My structure based breadcrumb goes away on page 2 or greater when pagination is used. Anyone else have that issue? Something wrong with my code perhaps?
Here is what I’m using to display my entries:
{exp:structure:paginate parse="inward" show_page_total="yes" previous="« Previous" next="Next »" mode="jumping" show_first_last="no"}
{exp:weblog:entries weblog="press_releases" dynamic="off" limit="10"}
<div class="item">
<h2><a href="http://{page_url}">{title}</a></h2>
{entry_date format="%m/%d/%Y"}
</div>
{/exp:weblog:entries}{/exp:structure:paginate}
and of course I use standard breadcrumb tag above it towards the top of the page:
{exp:structure:breadcrumb here_as_title="yes"}
So breadcrumb works great on first page and then once you click on “next” of the pagination breadcrumb goes away.
Any ideas would be appreciated!
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.