Move Search Box to the Top Menu
-
Hi there.
I got some customization question again.
I’ve created a child theme and made some changes. One thing I’ve struggling these few days is to move the search box to the top menu instead of on the sidebar. (between the current top menu and the social site-tool)
I’ve thought about inserting the search HTML code <form action ….> to the menu; however, I found that the menu is called by
<?php wp_nav_menu( array( 'theme_location' => 'main_menu', 'container' => '', 'menu_id' => '', 'menu_class' => 'navigation' ) ); ?>
so I’m not sure how to make that customization.
I’ve learned a little PHP but sure not so confident enough to make any changes.I’m wondering if there is an HTML file that I could directly add the search box code or how to make it happen.
Thank you.
Nora
The page I need help with: [log in to see the link]
- The topic ‘Move Search Box to the Top Menu’ is closed to new replies.