• 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):

    https://tinyurl.com/cgkdda6

    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)
  • Thread Starter jtt89

    (@jtt89)

    Does this code look like it should be working?

    <?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; ?>

    ### Thats from a different post that I found ###

    this is a catch-22:
    the first line conditional says:
    the pagination navi will only show if you are on one of the paginated pages

    try and remove the conditional code; i.e. <?php if (is_paged()) : ?> and <?php endif; ?>

    ### I removed it, according to what this person was saying, in index.php, but it is still not working…

    Thank you in advance for any info.

    Thread Starter jtt89

    (@jtt89)

    I added a pagination plugin – “WP-PageNavi” and it seems to be working, but blog still does not react to changes in Settings->Reading->Blog Pages Show At Most…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blog pages show at most – does not work’ is closed to new replies.