Title: Between menu items
Last modified: October 12, 2018

---

# Between menu items

 *  Resolved [ucelme](https://wordpress.org/support/users/ucelme/)
 * (@ucelme)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/between-menu-items/)
 * Hello. Can I put search between menu items? I figured out how I can place search
   in front of all items or after all items. But I need to place in between menu
   items I select. Can this be done?

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [Vinod Dalvi](https://wordpress.org/support/users/vinod-dalvi/)
 * (@vinod-dalvi)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/between-menu-items/#post-10777701)
 * I hope you are well today and thank you for your question.
 * You can achieve this by modifying following plugin hook added in the plugin file/
   add-search-to-menu/includes/class-is.php
 * `add_filter( 'wp_nav_menu_items', array( $public, 'wp_nav_menu_items' ), 99, 
   2 );`
 * Alternatively, we can try achieving this developing CSS code if you share me 
   your site URL.
 * Best regards,
 *  Thread Starter [ucelme](https://wordpress.org/support/users/ucelme/)
 * (@ucelme)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/between-menu-items/#post-10841132)
 * Hello. And how it should be modified? I don’t understand.
 *  Plugin Author [Vinod Dalvi](https://wordpress.org/support/users/vinod-dalvi/)
 * (@vinod-dalvi)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/between-menu-items/#post-10841460)
 * You have to develop custom and If you are not familiar with WordPress coding 
   then as requested above, could you please share me your site URL where it’s displaying
   so that I can help you?
 *  [lorddemos90](https://wordpress.org/support/users/lorddemos90/)
 * (@lorddemos90)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/between-menu-items/#post-11021368)
 * Can you add code to have different positions for different nav menus as well?
 *  Plugin Author [Vinod Dalvi](https://wordpress.org/support/users/vinod-dalvi/)
 * (@vinod-dalvi)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/between-menu-items/#post-11021380)
 * [@lorddemos90](https://wordpress.org/support/users/lorddemos90/) I have created
   a feature request for it so that it will be implemented in the future version
   of the plugin.
 * In the meanwhile, you can achieve this developing code as described above in 
   this topic.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Between menu items’ is closed to new replies.

 * ![](https://ps.w.org/add-search-to-menu/assets/icon-256x256.png?rev=2077748)
 * [Ivory Search - WordPress Search Plugin](https://wordpress.org/plugins/add-search-to-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/add-search-to-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/add-search-to-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/add-search-to-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/add-search-to-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/add-search-to-menu/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [Vinod Dalvi](https://wordpress.org/support/users/vinod-dalvi/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/between-menu-items/#post-11021380)
 * Status: resolved