[Resolved] How can I "delete" prevoiuos_post link?

Home Forums Support [Resolved] How can I "delete" prevoiuos_post link?

Home Forums Support How can I "delete" prevoiuos_post link?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #118778
    Juergen B.

    Hello,

    I would like to get rid of the previous post link [ Hallo Haan 4. 3. 2015 ] on my website:
    http://www.wirsindhaan.de/ausstellungsfotos-fotogruppe-2/
    How can I do this?

    #118810
    Tom
    Lead Developer
    Lead Developer

    This CSS should do the trick:

    .nav-previous {
          display: none;
    }

    If you want to get rid of the next and previous links:

    .post-navigation {
          display: none;
    }
    #118813
    Juergen B.

    THX. I already supected taht the answer would be strucking simple.
    But you know: CSS dummies like me …
    X-{

    #118814
    Tom
    Lead Developer
    Lead Developer

    Glad I could help! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.