How can i take off the search box ?
thanks
We have many categories for our site, so to save space, I wanted to use this plugin to have the categories list using some sort of dropdown functionality instead.
From within WordPress, I see how to access the settings for the Plugin, but I’m not clear on how to get the “Categories” drop down to appear on the website, either in the sidebars somehow (preferred) or added as a tab next to “Home” and “Contact Us” at the top of the screen.
Any help you can provide is appreciated!
]]>https://qedesignsource.com
I’ve placed it into my theme with a conditional statement:
<div class=”sfhover”><?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();}
elseif ( function_exists( ‘wp_nav_menu’ ) ){
wp_nav_menu( array( ‘theme_location’ => ‘main-menu’, ‘container_id’ => ‘mainMenu’, ‘container_class’ => ‘ddsmoothmenu’, ‘fallback_cb’=>’primarymenu’) ); }
else{ primarymenu(); }?></div>`
Install Pixopoint Menu Plugin.
It’s from the same guy!
https://www.ads-software.com/extend/plugins/multi-level-navigation-plugin/
]]>