Forums

"Next Page" brings "Error 404 Not Found" (8 posts)

  1. ad9f30
    Member
    Posted 3 years ago #

    Does ANYBODY know how to set my permalinks or do WHATEVER to make the "Next Page" work?

    My Permalink setting is "/%category%/%postname%/" and the page setting in the "Next Page" link is "http://www.everydaychristianity.com/guitar-tips/page/2/"

    What can I do?

    Thanks

  2. Samuel B
    moderator
    Posted 3 years ago #

    try resetting permalinks without starting with %category%
    wordpress will assume the category view
    try just
    %postname%

  3. ad9f30
    Member
    Posted 3 years ago #

    Is this how you have your permalinks set? Does your "Next Page" work?

  4. Samuel B
    moderator
    Posted 3 years ago #

    all of my links work
    I have
    /%postname%/%postid%/

  5. ad9f30
    Member
    Posted 3 years ago #

    When I change my permalink from
    /%category%/%postname%/ to /%postname%/%postid%/ I get the 404 Error Not Found when I click on the category.

  6. Samuel B
    moderator
    Posted 3 years ago #

    something is whacked then
    try deleting the .htaccess and regenerating the permalinks again

  7. daand
    Member
    Posted 2 years ago #

    I have also the same problem, maybe you can help me;
    http://wordpress.org/support/topic/298635

    Thanks!!

  8. tamayo
    Member
    Posted 2 years ago #

    Problem and solution.

    If your theme's index.php page has a call for a max number of posts, it has to match your WordPress settings under Reading for "Blog pages show at most". For example, if your theme's index.php page has a query call such as query_posts("cat=-27,-28&paged=$page&posts_per_page=5"), the max posts here is 5. But if your "Blog pages show at most" setting is 10 (the default), there is a mismatch. This will trigger the 404 error page.

    The solution is to have both match. In this example, you can simply change "Blog pages show at most" to 5, or posts_per_page=5 to posts_per_page=10.

    I got the solution from this post http://wordpress.org/support/topic/167795?replies=1

Topic Closed

This topic has been closed to new replies.

About this Topic