Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,
    I have edited the code for you.You can just go to template-tags.php and REPLACE these TWO line of code with the old ones.
    It will be inside athemes_content_nav function.

    <?php previous_post_link( '<div class="nav-previous">%link</div>', '<span class="meta-nav">' . _x( '<i class="ico-left-open"></i>', 'Previous post link', 'athemes' ) . '</span> Previous Post' ); ?>
    		<?php next_post_link( '<div class="nav-next">%link</div>', 'Next Post <span class="meta-nav">' . _x( '<i class="ico-right-open"></i>', 'Next post link', 'athemes' ) . '</span>' ); ?>

    This will solve the problem.Please let me know if you have anything to ask.

    Thanks.

    Thread Starter Ricardo

    (@r1cardo01)

    Works like a charm. Thank you very much! I really appreciate it ??

    Theme Author athemes

    (@athemes)

    Just to add, you should create a child theme first, otherwise you will lose this change the next time the theme is updated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Navigation on single posts same as index’ is closed to new replies.