Site logo

Archived topic

Site-navigation

3 replies · Started by Birgit on November 30, 2015

Viewing posts 1–4 of 4

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

The easiest way is to probably just use CSS:

.post-navigation {
    display: none;
}

Thank you so much Tom, you are my hero! ;-) I may say this, I'm over 60 years old. :-)

Best wishes from Birgit

You're very welcome! Glad I could help :)

This archived topic is closed to new replies.