After searching the forums and utilizing the dynamic pagination “hack”, I still can’t get pagination to work on the following page: http://www.jobbound.com/resources/free-advice/the-insider-newsletter
With the following code:
{exp:weblog:entries weblog="{weblog}" limit="15" category="133" dynamic="off" paginate="bottom"}
<li>
<a href="/news/newsletter/{url_title}">{title}</a>
<strong>{entry_date format="%m.%d.%Y"}</strong>
</li>
{paginate}
<hr>
Page {current_page} of {total_pages} pages {pagination_links}
{/paginate}
{/exp:weblog:entries}Pagination works everywhere else on the site, both dynamic and non-dynamic pages. Any insight would be greatly appreciated. Thanks!
Moved to HowTo by Moderator