Viewing 4 replies - 1 through 4 (of 4 total)
  • MichaelH

    (@michaelh)

    Reset your permalink structure to the default permalink structure, and change to the WordPress Default theme. Does it work okay?

    Thread Starter 14ner

    (@14ner)

    When i changed the permalinks to default and the default theme the links at the bottom did work.

    Anonymous User 303747

    (@anonymized-303747)

    What does your loop look like on that page. Are you using wp_query to pull posts in?

    Nile Flores

    (@blondishnet)

    For the default kubrick theme, here is the next and previous link code:

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


    I might even be bold to suggest checking out WP-PageNavi
    https://www.ads-software.com/extend/plugins/wp-pagenavi/
    which I use on most of my sites and it just involves inserting the WP-PageNavi code and customizing your own css for it so it matches your layout.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Next Post Link’ is closed to new replies.