Hey guys,
So First Structure:
Home [template=home]
--Category [template=collection_list]
---SubCategory [template=collection_category]
----Articles [template=collection_basic]
Each 'Articles' has a field called 'thumbnail' and 'banner'.
I want to grab the latest article under a category and output the thumbnail and the banner.
I'm quite new to PW (loving it so far) and I'm hoping you guys will be able to support me here..
I know it needs to look something like this...
var_dump($pages->find("template=collection_basic, limit=1, sort=id")->thumbnail);
... Yes that's my var_dump but it's returning an error so.
Would appreciate any help!