Toolbox Theme: How do I Exclude Categories from Single Post Pagination?
-
I’m working on a Child theme that’s working off of the Toolbox theme (I tried to look for the theme in the extend section so I could make a proper thread, but the link wasn’t there and I got linked to the main theme collection page?).
Previously, I would have simply altered the respective
next_post_link
andprevious_post_link
on mysingle.php
page.Thing is, the Toolbox theme calls for these links by this:
<?php toolbox_content_nav( 'nav-below' ); ?>
and so I’m not familiar enough with how the Toolbox framework is fashioned to figure out what, exactly, (and where) do I need to edit and what I need to do.
Please help me get there?
A little background:
I’ve excluded the categories 29 and 41 from showing up in my main Blog (and Archives) view without any pagination problems and I need to exclude the same categories from showing up in my
previous
andnext
post links when in single post view (using thesingle.php
template).Similarly, when viewing a single post from categories 29 and 41, I need to exclude the other categories from the Blog so that the pagination only shows posts within categories 29 and 41.
Thanks in advance and I hope that I was clear enough in my explanation!
- The topic ‘Toolbox Theme: How do I Exclude Categories from Single Post Pagination?’ is closed to new replies.