Redundant nextprevious/posts_nav_link
-
In “nextprevious” at the bottom of my posts pages I have changed “PREVIOUS ENTRIES”and “NEXT ENTRIES” to “Older Posts” and “Newer Posts”, which I find less confusing. The problem is my original theme code now lists 4 choices at the bottom of each page after home page: Along with “Older Posts” and “Newer Posts”, it now also lists “Next Page” and “Previous Page” which are both redundant and confusing. How can I delete “Next Page” and “Previous Page?” I have read the codex on this and at this point it’s too opaque for me. Can anyone help? Thanks very much.
?php endif; ?> <div id="nextprevious"> <div class="alignleft"><?php posts_nav_link('','','« Older Posts') ?></div> <div class="alignright"><?php posts_nav_link('','Newer Posts »','') ?></div> </div>
Site is https://savvysavingbytes.com/
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Redundant nextprevious/posts_nav_link’ is closed to new replies.