Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi guys,
Got some issues with menu bar and search. I’m using multisite wordpress and i would love to have for all my users search option of entire network. I found that plugin, which is called “Global site search” – (https://premium.wpmudev.org/project/global-site-search/) by WPMU DEV team.
However, this plugin is also a widget, and i was wondering is there a way to instert that widget into my menu bar of my origami theme (which i use in my main site)?
Thanks in advance.. :)
Hi Eldin
There is unfortunately widget area there. You’d need to consider using a child theme, editing the header file and render the widget as follows:
http://codex.wordpress.org/Function_Reference/do_shortcode
Here is a starter child theme for Origami: https://siteorigin.com/wp-content/uploads/2015/01/origami-child-vanilla.zip
If you wanted to replace the existing search form you’d create a “parts” folder in the child theme and copy across logo.php into that folder and then edit line 9.