The pagination displays fine for the first page and there are links to the other pages on the bottom. But when I click on the next button or the page numbers it goes to a blank page. I looked through the archives and tried to fix the problem, but to no avail. On the pages that are displaying blank, only the content area is displaying a blank page. My embedded templates are still working (header and footer).
<!DOCTYPE html>
{embed="embeds/.main_header"}
</head>
<body>
{embed="embeds/.main_mast"}
{exp:channel:entries channel="shared_stories" paginate="bottom|top|center" limit="2" category="{last_segment}" dynamic="no" }
<div class="unit-centered unit-60 text-centered">
<div class="units-row">
<b> {ss_first_name} {ss_last_name} | {categories show_group="2"}{category_name}{/categories} | {categories show_group="1"}{category_name}{/categories} </b>
{exp:power_truncate limit="300" cut_words="y" suffix="..."}
{ss_story}
{/exp:power_truncate}
{categories show_group="3"}
<a href="/main/display_full_entry/{category_id}/{entry_id}">Read More</a>
{/categories}
</div>
{paginate}
Page {next_page} of {total_pages} pages {pagination_links}
{/paginate}
{/exp:channel:entries}
</div>
{embed="embeds/.main_footer"}
{embed="embeds/.main_footer_scripts"}
</body>
</html>