• Hello i ‘m having problem with mind-break theme, it doesn’t have previous/next link in the bottom of the page, i have tried many way to fix it by search this forum but non of them worked for me, i contact the theme maker on his site but also he didn’t replay to my messages .How to solve this problem? thank you
    if u want to check and see the problem here is my site https://www.orthodontics-center.com

Viewing 1 replies (of 1 total)
  • Thread Starter dr-mohamad

    (@dr-mohamad)

    i think i found it , i had to add this code in index.php

    <div class=”navigation”>
    <div class=”alignleft”><?php next_posts_link(‘« Previous Entries’) ?></div>
    <div class=”alignright”><?php previous_posts_link(‘Next Entries »’) ?></div>
    <div style=”clear:both;”></div>
    </div>

    but some post i have looks weird? i’ll try to fix that, aslo i want to put space between previous/next link, if anyone can help me with that thax

Viewing 1 replies (of 1 total)
  • The topic ‘missing previous/next page link in my theme’ is closed to new replies.