Delete 3rd page of posts
-
So far I have 10 posts per page. And 2 pages for 20 posts. But now WordPress has automatically added a page 3 for more posts, which I want to delete. I have what looks like the code for it on the main index template, but can’t find out anywhere what to do with that code to delete page 3.
<?php endif; ?> <div id="nextprevious"> <div class="alignleft"><?php posts_nav_link('','','« PREVIOUS ENTRIES') ?></div> <div class="alignright"><?php posts_nav_link('','NEXT ENTRIES »','') ?></div> </div> </div></div> <!-- Closes Content -->
Can anyone help please? Thanks very much.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Delete 3rd page of posts’ is closed to new replies.