Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hi
Thanks for the wonderful product. Please do keep up the good work.
I have decided to use Couch for a new website. I have a doubt, please clarify.. thanks.
I understand Blog & News/Events sections can be done (with Couch).
Kindly tell me if we can list the latest 2 or 3 blog entries and events in separate sections on another page, say, the homepage.
Please help. Thanks a lot in advance.
Hi and welcome :)

It is very easy to list cloned pages of any template on any template.
We use the regular cms:pages tag to do the listing.
The key is the use of the 'masterpage' parameter e.g. the snippet below will list 5 latest pages of blog.php template on any template the snippet is used in -
Code: Select all
<cms:pages masterpage='blog.php' limit='5' >
   ...
</cms:pages>

Hope this helps.
Thanks.
Thanks a lot for your quick reply.
Let me take a look and come back.. thanks again.
3 posts Page 1 of 1
cron