Viewing 4 replies - 1 through 4 (of 4 total)
  • Deactivate all plugins.
    Switch to the WordPress Default theme.

    Its possible your theme doesn’t have next and previous navigation.
    Check settings>>reading and see how many posts are set to show –by default it is 10 but maybe you switched it to 5.

    Here is some simple next and previous navigation

    <div class="navigation">
    			<div class="alignleft"><?php next_posts_link('&laquo;Next ') ?></div>
    			<div class="alignright"><?php previous_posts_link('Previous &raquo;') ?></div>
    		</div>

    Thread Starter digitallure

    (@digitallure)

    *edit*
    never mind, I think it works. Had to check again and see how many posts i had.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not all posts showing’ is closed to new replies.