@Shannon, by default the number of post on a page is set to 10, if you want to change that you'll simply need to update the BlogListPosts.xslt andset a different value for the numberOfPosts variable
Well the post overview get's outputted by the BlogListPosts.xslt , so you have full control over that if you want to change/add anything to the output.
Creating blog paging with blog4umbraco
Is there a way to , if it's not available now, to create limits on the blog page to 15-20 posts and create "Page 2" with 21-40, and 41-60, etc
You can easily do this with XSLT, have a look at this package it has all the code you need
http://our.umbraco.org/projects/developer-tools/paging-xslt
@Shannon, by default the number of post on a page is set to 10, if you want to change that you'll simply need to update the BlogListPosts.xslt and set a different value for the numberOfPosts variable
@Tim. Cool, can you insert anything inbetween the posts, like space or ads or anything like that?
Well the post overview get's outputted by the BlogListPosts.xslt , so you have full control over that if you want to change/add anything to the output.
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.