Adding Custom Nav Search to Theme
Is it possible using code inside functions.php file to replace the ''Worldmart Theme'' Header Nav with a seperate Nav System ''Ajax Search Nav'' inside the header? (Ajax shortcode is ''[wd_asp id=1]''
Something like this?
/**
* Replace Worldmart Nav with Ajaz Nav
*/
if ( ! function_exists( 'worldmart_navbar_search' ) ) {
function worldmart_navbar_search() {
echo do_shortcode( '[wd_asp id=1]' );
}
}
Is this possible please with the Worldmart Theme?
Thanks,
David.