OK.. one of my weblogs has a boatload of entries in it. It’s got a bunch of categories as well.
However, the main page shows all of the articles for all of the groups.
I could limit it to 10 entries to show, however I would like to paginate things.
I have used :
{if "{total_pages}" != 1}Page {current_page} of {total_pages} pages {pagination_links}{/if}It sits within:
{exp:weblog:entries weblog="{segment_2}" paginate="both" orderby="date" sort="desc" paginate_type="field" }Which shows me nothing .. So I got to the bottom of it and EE thinks it should just be one page.
You can see an example of what I am talking about @
http://seejeffrun.ca/eengine/index.php/oldcreel/products/
That is a very long page..
How do I tell EE to give me say 5 articles then paginate?