Archived topic
Registing and add new widget area to main menu
5 replies · Started by COINSI SAS on October 18, 2019
Hi guys, Im trying to create a new widget area to add content into main menu. Do you know which is the function I should add into the functions.php file? I want to add a product search widget.
Thanks !
Hi there,
Should be easier to use the inside_navigation hook:
https://docs.generatepress.com/article/hooks-element-overview/
With Widget Shortcode plugin:
https://wordpress.org/plugins/widget-shortcode/
Let me know if this helps :)
I added the shortcode and It works ! Only for curiosity: There are a way without plugin?
Thanks Leo
No there isn't. The plugin should have minimal impact to your site though. It just turns existing widgets into shortcodes :)
Thanks Leo for the information !
No problem :)