Hi there.
Is it possible to have a searchbar attached to the brandnav on the right where the RSS icon is?
thanks.
Posted 05 December 2012 - 05:26 PM
Hi there.
Is it possible to have a searchbar attached to the brandnav on the right where the RSS icon is?
thanks.
Posted 05 December 2012 - 07:22 PM
You can hide the default search bar in the menu (if it's enabled in the first place) and use a hook in base theme to add the search form next to brandnav. You'll need to have base theme activated first:
Posted 06 December 2012 - 10:04 AM
Hi Catrina.
I have the base theme installed and activated, how do i add it using a hook?
Bear in mind i am not a programmer, but can certainly give it a go :-)
thanks.
Posted 06 December 2012 - 11:01 AM
Hi, Well if you wish to add customisation like this you will need to learn how to do hooks, Wordpress has a great article on what hooks are.
However, if you're uncomfortable with using this type of code, a new plugin has recently been released on the store called Hooker, which makes inserting code into your site super easy.
This is also a great guide on how to add social icons and the search bar to the BrandNav, which may be useful to you.