• jdeeze

    (@jdeeze)


    Even though I have content when you click on the next page I am getting a 404 error. I’m thinking it has to do with the theme I am using but I am not sure.

    this is the code for the navigation

    <div class=”navigation”>
    <?php if(function_exists(‘wp_pagenavi’)) { wp_pagenavi(); }
    else { ?>

    <div class=”right”><?php next_posts_link(‘Next Page »’) ?></div>
    <div class=”left”><?php previous_posts_link(‘« Previous Page’) ?></div>
    <?php } ?>

    the sites are duromineinformation.com, ihatecellulite.com (page 4 & up)

Viewing 1 replies (of 1 total)
  • esmi

    (@esmi)

    Try amending the code above to:

    <div class="navigation">
    
    <div class="right"><?php next_posts_link('Next Page »') ?></div>
    <div class="left"><?php previous_posts_link('« Previous Page') ?></div>

    and see if that helps.

Viewing 1 replies (of 1 total)

The topic ‘Next Page Not Showing’ is closed to new replies.