Viewing 5 replies - 1 through 5 (of 5 total)
  • The easiest way is to add this to your CSS file:

    .nav-previous {display: none;}

    Some themes have a way to disable it from within the dashboard, and you could also modify the page templates.

    If you just want to remove it from the home page then use:

    .home .nav-previous {display: none;}

    Thread Starter sboca

    (@sboca)

    Thanks so much.

    I added the “.home .nav-previous {display: none;}” and it removed it from the top (but also removed it from the bottom)

    Is there a way I can keep the one at the bottom of the page?

    Thread Starter sboca

    (@sboca)

    Is there a way I can keep the one at the bottom of the page?

    You can use:

    #nav-above .nav-previous {display:none;}

    or

    .home #nav-above .nav-previous {display: none;}

    Thread Starter sboca

    (@sboca)

    Champion

    Thanks for your help

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove Older Posts link’ is closed to new replies.