Blog pages show at most – does not work
-
I read all the posts on this topic, but I still cant figure out a solution. No matter what number I enter, I always show all the post that I have written on the front page.
I dectivated all the plugins, but that did not make any difference…
This is the address (adult blog, but no adult content):
Thanks in advance for any info…
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Thats from index.php
<?php if (is_paged()) : ?>
<div id=”pagination” class=”clear”>
<span class=”left”><?php posts_nav_link(”,’« Back’,”) ?></span>
<span class=”right”><?php posts_nav_link(”,”,’More »’) ?></span>
</div>
<?php endif; ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Blog pages show at most – does not work’ is closed to new replies.