• Hi,

    I’m having real trouble removing the “older” and “newer” links at the top of my posts. I’m using the K2 theme. I have tried wiping all the code from the navigation.php but that doesn’t seem to do anything at all.

    Does anyone know how to do this?

    The site is: https://luxurycaraddict.com

    Thanks for any help you can give!

Viewing 1 replies (of 1 total)
  • Thread Starter anasoto

    (@anasoto)

    Ok I figured it out in the end.

    To do it I did this:

    In the stylesheet.css a this line:

    .navigation {
    padding: 10px 10px 10px 0;
    }

    I changed it to:

    .navigation {
    padding: 10px 10px 10px 0;
    display: none;
    }

    And in the singlepost.php

    I removed <?php k2_navigation(‘nav-above’); ?> and the one that says “below” instead of “above”.

    Hopefully that’s a decent way to do it. Let me know if you think there’s a better way.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove 'Older' And 'Newer' From Navigation (K2)’ is closed to new replies.