• I can’t seem to see more than the ten posts on my main page as there is no ‘older posts’ or ‘previous posts’ link. So I can’t get to my older posts without going into my site admin.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The default number of posts in the homepage is set to 10. You can change the number by going to admin > options > reading.

    that theme has navigation links built into it, quite clearly, ….. on index.php, for example:

    <p align="center"><?php posts_nav_link(' - ','« Prev','Next »') ?>

    Looking at the source of your page, I see the <p align="center"> and the `
    ` but nothing in between.

    If you have removed that code, that would explain your issue you are seeing.

    Thread Starter jennemede

    (@jennemede)

    thanks guys!

    Thread Starter jennemede

    (@jennemede)

    <p align=”center”><?php posts_nav_link(‘ – ‘,’« Prev’,’Next »’) ?></p>

    this code is on my index.php but still there is no link to other pages. I have set the posts to 50 per page but would like to keep them to ten again if this can be fixed…

    and what happens if you change to the default theme? do the previous/next links show up on the page?

    Thread Starter jennemede

    (@jennemede)

    No they don’t. I’ve changed it back to the old WP themes but they don’t appear.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can’t see more than ten posts’ is closed to new replies.