Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
This may be obvious but I can't figure out the way to set the pagination on the posts list page (eg, amount of post snippets per page)
Do I have to go into the Razor files for this?
(I had a look at uBlogsyListPostsMove.cshtml and saw refernce to "ITEMS_PER_PAGE" and "itemsPerPage" but I'm not familiar with Razor yet)
Anyone been able to set Pagination with uBlogsy?
ItemCount is what you need to tweak
This is from the master page:
<umbraco:Macro ID="Macro2" Alias="uBlogsyListPosts" ItemCount="5" Small="0" runat="server" PagePramForCache="[@page]" />
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Setting amount of items per page (Pagination feature)
This may be obvious but I can't figure out the way to set the pagination on the posts list page (eg, amount of post snippets per page)
Do I have to go into the Razor files for this?
(I had a look at uBlogsyListPostsMove.cshtml and saw refernce to "ITEMS_PER_PAGE" and "itemsPerPage" but I'm not familiar with Razor yet)
Anyone been able to set Pagination with uBlogsy?
ItemCount is what you need to tweak
This is from the master page:
<umbraco:Macro ID="Macro2" Alias="uBlogsyListPosts" ItemCount="5" Small="0" runat="server" PagePramForCache="[@page]" />
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.