Archived topic
How can I activate the Blog menu entry for individual posts?
3 replies · Started by Götz on December 16, 2022
Hello,
When I call up the blog, "Blog" is active in the main menu.
https://kurzelinks.de/9b6n
How can I set the "Blog" menu item to active when I display individual posts?
https://kurzelinks.de/rqbm
Hi there,
That's not possible without a custom solution unfortunately - it's not something the theme can control.
WordPress's menu system does not add a current-menu-item to the Blog page when viewing a single post.
Thanks for your understanding.
it goes like this:
current_page_parent a {
colour: #1e73be;
background-color: #dddddd;
}
this then applies to all posts and blog is always active,
maybe you can help next time!
Greetings
Glad to hear!