Hi all,
On my new website, I have a two level menu that depends on the current-menu-parent and current-menu-item classes to display the correct submenu.
This all works fine for pages and my custom taxonomy, but in order to display the right submenu for blog posts, I need wordpress to apply the 'current-menu-parent' class to the homepage link in the menu when a user opens a blog article. My website is already set to 'display the latest posts' on the homepage under the reading settings.
Note that my permalink structure is such that all posts sit under a '/blog/' slug, but removing this doesn't do the trick.
It's rather hard to come up with a generic example, so I'm happy to PM the URL if anybody doesn't understand what I mean.
Any ideas?