Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Is there a way for blog entries to start showing from the 2nd latest one instead of the first latest one? For example order="desc" will start showing blog entries starting from the latest publication. What should I specify to make blog entries show from the 2nd blog entry?
Quoting from the docs (https://docs.couchcms.com/tags-referenc ... tml#offset) -

offset
Code: Select all
<cms:pages masterpage='blog.php' offset='2'></cms:pages>

This example would fetch pages cloned from blog.php after skipping the first two.

Hope it helps.
Thanks KK for your prompt response! Your reference to documentation was helpful and it resolved my problem.
3 posts Page 1 of 1
cron