Blog is "Child", how to load on WP Menu?
-
I’m working on a site where the Blog is actually a child page. When loading the blog it reflects the .current_page_parent class that’s supposed to be there via the Navigation, however when going into the article itself, there is absolutely no “current” type of display on the navigation.
How would I get the navigation to keep the blog as the “Child”?
For example: When going to /resources/blog on the site I’m working on – the nav information displays:
class=”menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor current-menu-ancestor current-menu-parent current-page-parent current_page_parent current_page_ancestor menu-item-30″
When going to a single article, the nav displays:
class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-30″
How do I get it to display any of the “page parent” information on single.php?
- The topic ‘Blog is "Child", how to load on WP Menu?’ is closed to new replies.