Navigation Arrows Are Catagory Specific
-
Hi,
Site: https://www.somewhereny.com
theme: f8-lightOn top of every “post” there are two navigation arrows on either side of the page found in single.php;
<div class="nav prev left"><?php next_post_link('%link', '←', TRUE); ?><div class="next"> </div></div> <div class="nav next right"><?php previous_post_link('%link', '→', TRUE); ?></div>
Yet, they only navigate between posts with the same category, is there anyway I can make the arrows cycle through all posts irregardless of each posts category?
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Navigation Arrows Are Catagory Specific’ is closed to new replies.