Hi,
i have a page where i am calling ditto twice, once for the 1st post and then again for all the other posts. I would like the 1st post to remain on the page, while the other post paginate. Here are my ditto calls:
[[Ditto? &startID=`7` &summarize=`1` &displayArchive=`0` &commentsChunk=`FormBlogComments` &tpl=`first_blog` &paginate=`0` &trucAt=`<!-- splitter -->` &dateFormat=`%d %b, %Y`]]
[[Ditto? &startID=`7` &start=`1` &summarize=`3` &commentsChunk=`FormBlogComments` &tpl=`main_blog` &paginate=`1` &paginateAlwaysShowLinks=`1` &trucAt=`<!-- splitter -->` &dateFormat=`%d %b, %Y`]]
This works great except i am experiencing strange behaviour with my [+next+] link, which does not render as a link on the second page (of 3). Any ideas?