Previous – Next posts

  • bobsled

    #16495

    Still working in this Raindance. All works fine and categories have been removed from the navigation, but having trouble removing the original next/previous navigation. I’m no code monkey, so looking for an easy option. Is there a simple edit in loop.php to remove the original navigation element?

    raindance

    #16496

    Ya there is a way to do it and it turned out to be really easy but I don’t remember what it was now…if you look at the threads with my name you’ll find it, I mean just look at my posts and you’ll find it. I’ll take a look too.

    raindance

    #16497

    Found it…super simple, you will love it.

    Just put this in your css

    }

    #previous, #next-post {display: none;}

    Voila

    bobsled

    #16498

    Thanks!! On my way to give it a shot! 🙂

    bobsled

    #16499

    Thanks Raindance!!!!! It works a treat!! Now. If I could only centre it! 🙂

    raindance

    #16500

    Hmmm…mine is centered. Do you mean like this?

    http://juicytravels.com/the-ten-best-first-class-airline-experiences-now/

    bobsled

    #16501

    raindance

    #16502

    Sorry I should have posted the whole bit for that nav stuff:

    }

    #my-post-nav {

    clear: both;

    border-top: 1px solid #E3E3E3;

    padding-top: 10px;

    text-align:center;

    }

    .entry-footer {

    display: none

    }

    #previous, #next-post {display: none;}

    I wanted it in the body of the post and at the bottom. You could have it at the top too.

    raindance

    #16503

    Try adding just this to the css part that controls it

    text-align:center;

    bobsled

    #16504

    No joy Raindance. Just cannot get it to centre. Can’t find the correct CSS handle I think.

Viewing 10 posts - 11 through 20 (of 22 total)

  • You must be logged in to reply to this topic.