The custom navigation menu uses the global $wp_query
object to figure out what page is the current page and should get that class. query_posts()
replaces this $wp_query
object, so the navigation menu can’t apply the correct classes.
Why do you use a separate template for this page? If you specify no template, it should use the home template (home.php
or index.php
) with the correct posts in the loop, and you should not need your own query_posts()
.
Related Posts:
- Programmatically add a Navigation menu and menu items
- Dynamically exclude menu items from wp_nav_menu
- Call custom field into menu item
- Exclude Private, Draft pages from Primary Nav when using custom menu
- wp_nav_menu always falls back to a menu
- wp_get_nav_menu_items how to exclude sub level menu items?
- Add custom attributes to menu items without plugin
- Add Page ID class to nav menu items
- Not able to get current menu ID
- How to get Menu Navigation Labels to output HTML
- custom menu not found
- wp_nav_menu doesn’t generate parent/ancestor classes
- How to add text before WordPress menu item href
- how to automatically generate hierarchical menus from hierarchy of pages?
- Why is ‘nav_menu_item_args’ filter’s $item argument empty?
- WordPress wp_nav_menu with a nav tag
- Add sidebars to navigation menu?
- `start_el` depth argument in custom nav walker always evaluates to zero
- Benefits of using Nav Walker?
- Change where navigation bar links?
- Programmatically set current-menu-item using wp_nav_menu
- How to insert custom code into wp_nav_menu structure?
- has_children in custom nav_walker
- Remove li from wp_nav_menu
- Adding post excerpt into navigation menu
- Adding Custom “Current Menu Item” class to navigation?
- How to fix “Supplied nav_menu_item value missing property” after update to WordPress 5.0
- Check if menu id = $specific_id – then insert specific
- I am facing a problem with the navigation menu of my website
- Prepend to start of WordPress nav loop
- Change an li class name in a wordpress custom menu walker
- You do not have permission to create Navigation Menus – Twenty Twenty-Two theme
- How do I add recent posts to the menu?
- Conditional secondary menus
- Creating a navigation menu to see where you are on your website
- current-menu-item class is not added
- Automatically list top level menu item child pages
- Nav and logo loading each time causing menu to move JointsWP – Foundation 6
- Check if menu_item has children or has parent
- wp_page_menu not working right?
- Using Zurb’s Foundation Tabs as WordPress Nav (Active Tab)
- Links do not open from click, only in new tab [closed]
- How to get rid of the home link in nav menu?
- How to remove dropdown from wp_nav_menu
- Is it possible to add a dynamic link in the main navigation in a child theme
- display menu as table layout
- Menu Arrow for Child Element
- Adding an external link to wordpress menu
- How to make wordpress nav menu use post custom meta data
- Adding a unique ID to each sub-menu
- Add a counter beside menu item label
- How to add css to single navigation text? [closed]
- add another html tag after li element in wp_nav_menu
- My navigation menu isn’t working. What happened? Please help!
- Twenty Fifteen: Change navigation menu behavior
- Add pages content to startpage through custom menu
- How to add a menu that belongs to parent blog to all child-blogs?
- Blending Foundation’s Tabs with WordPress Nav Menu & Display Active Tab
- Editing the nav menu?
- How to change how WordPress renders navigation menu on Block Themes
- url_to_postid method in walker_nav navigation menu causing exceptionally high TTFB
- Get Each Menu Nav Label of Menus in HTML tag
- Nav Menu: Theme Location not working
- Is it all right to put the whole tag into template_part file?
- How to remove empty line space in navigation menu?
- Is it possible to get_the_post_thumbnail (Featured Image) inside a sprintf function?
- wp_nav_menu container style args
- Misleading behaviour on Menu & Theme location
- How can I click the parent menu then redirect to a special URL?
- How do I display menu in header without loosing styles?
- What is inside in $item in start_el function in Walker_Nav_Menu class
- Adding additional html to the end of the root level in a custom nav walker
- Navigation bar is on live site but nothing under menu so can’t add in a page
- Disable Top Nav Bar on Mobile
- Building a menu from a large number of pages?
- How to select particular menu position in wordpress?
- Links in new menu don’t work
- Programmatically add a Navigation menu and menu items
- Site-wide tabs at WordPress website?
- Creating custom Menu for custom theme
- How to add class and span to
- Add dynamic content block to nav section generated by custom walker
- Next/previous a-like single navigation
- How to output the menue structured for tabbed navigation?
- Replace Menu Item with Logged in username
- Walker for menus
- wp_nav_menu: indicate by id page grandparents
- WordPress Navigation
- How to call either page name as the nav link or navigation title?
- How to get wordpress navigation to work
- How to make an anchored page in a navigation menu tab
- How was this menu system created?
- Display sub menus as separate lists
- how can i get the page_ID in nav li [closed]
- How do i add logo in wordpress studiopress (glam theme)?
- Two Homes In Navigation Menu
- How to set menu Display location
- WordPress “add to menu” button not working
- Navigation menu displays permalinks
- Tried to hide navigation menu on one page ended up SCRAMBLING the navigation menu on another