• I’ve been having problems over the last month with the next page link not showing. Like, if you have you wp set to show 10 post per page, once at the bottom you should see a “next” or whatever link for the next page of post.

    Today I downloaded the newest WP version. I installed it in a new folder on my site. Made a new database for it. Then I made 5 post and set my post per page at 3.

    Even then, with a new install, using NO plugins, using the default theme, NO next page link shows! If you click a single post you CAN see the next and last links. I know others have had this problem, but mine is not working even with a fresh install using the basics that come with the default download.

    Can the newest WP version have a bug that stops the next page link from working>

Viewing 7 replies - 1 through 7 (of 7 total)
  • In the WordPress Default theme, the index.php of that theme, when displaying posts, uses the template tag, previous_posts_link() and next_posts_link(), to display Older/Newer entries links.

    Works just fine for me at 2.8.6 using the WordPress Default theme.

    Thread Starter sunfunbill

    (@sunfunbill)

    This is the code I just copied from my default theme:

    <?php endwhile; ?>

    <div class=”navigation”>
    <div class=”alignleft”><?php next_posts_link(‘« Older Entries’) ?></div>
    <div class=”alignright”><?php previous_posts_link(‘Newer Entries »’) ?></div>
    </div>

    <?php else : ?>

    But the links don’t show up. Could your host have anything at all to do with it? Perhaps using older php or something?

    How about a link to see the problem? Thanks.

    Thread Starter sunfunbill

    (@sunfunbill)

    Oh sorry, of course. Here’s my test blog:
    https://orlandoinside.com/wordpress/

    As you can see it’s a fresh, plain raw install. Everything default. I have 7 post made with settings to only 3 post per page. When you scroll down, there is no Next link.

    However if you click a post the “before” and “after” post do work. If you go to the root of that site, which is:
    https://orlandoinside.com/

    That is another blog, which also does not show the next link. I’ve done my own blogs on my own host for years, so I know a bit about them. But this has me stumped. Thanks!

    Don’t have a good answer…delete your .htacess file, and update your permalinks via Settings->Permalinks.

    has anybody found the solutions of this, because I’m having the same problem.

    so please advise me

    Thanks

    Moderator James Huff

    (@macmanx)

    andhikaup, please stick to your own thread. People are trying to help you.

    https://www.ads-software.com/support/topic/398133

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘next page link does not show’ is closed to new replies.