Hey there mzstade,
I’m not exactly sure what you’re referring to, would you mind posting link to your site and let me know what you’re trying to remove and I’ll be happy to try to help 🙂
Cheers,
Bojan
Under: http://www.stade-aktuell-events.de/wolfgang-drussell/
The navigation to the next post left and right i want to delete. Because it’s not always the same category.
Or list the category name before the name of the post.
Hey again,
Thanks for the clarification, removing would be much easier. You can remove the navigation by adding the following CSS code in the style.css file of your child theme or you can add it in your site using the following plugin:
http://ww.wp.xz.cn/plugins/simple-custom-css
.single nav.navigation.post-navigation {
display: none;
}
Hope this helps and have a great weekend!
Cheers,
Bojan