[Resolved] Site-navigation

Home Forums Support [Resolved] Site-navigation

Home Forums Support Site-navigation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #156660
    Birgit

    Hi Tom,

    perhaps you can help me once again. I don’t want a site-navigation below my galleries. I found the part in template-tags.php and deleted it – everything was okay. But I’m working with a child-theme and every update of GP cancels my changes.

    This is the source I mean:

    <?php previous_post_link( ‘

    ‘, ‘%title’ ); ?>
    <?php next_post_link( ‘

    ‘, ‘%title’ ); ?>

    What can I do to make it durable?

    Best wishes from Birgit

    #156821
    Tom
    Lead Developer
    Lead Developer

    The easiest way is to probably just use CSS:

    .post-navigation {
        display: none;
    }
    #156832
    Birgit

    Thank you so much Tom, you are my hero! πŸ˜‰ I may say this, I’m over 60 years old. πŸ™‚

    Best wishes from Birgit

    #156835
    Tom
    Lead Developer
    Lead Developer

    You’re very welcome! Glad I could help πŸ™‚

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