I’m trying to use Structure’s pagination feature and I can’t get it to work. In fact, nothing displays on the page for pagination at all. I plugged in the example exactly as it’s displayed on the Structure site, I have my .htaccess file set up as it’s described on the Structure site. I can’t seem to figure out where to start troubleshooting. There’s no html generated for the pagination links at all. Here’s the code I’m using:
{exp:structure:paginate parse="inward"}
{exp:weblog:entries weblog="{embed:weblog_title}" status="open" dynamic="off" limit="{embed:list_limit}" url_title="{embed:url_title}"}
<article>
<section class="{if segment_1 == "blog"}entry_ex{if:elseif segment_1 == "research_teach"}teach_ex{/if}">
<time>{entry_date format="%F %j, %Y"}</time>
<h3><a href="http://{page_url}">{title}</a></h3>
{general_excerpt}
<a href="http://{page_uri}" class="more">Keep Reading...</a>
</section>
</article>
{/exp:weblog:entries}
{/exp:structure:paginate}Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.