add search page template
This commit is contained in:
parent
3bc3b331c0
commit
b6a5c5792d
9 changed files with 100 additions and 95 deletions
|
|
@ -3,11 +3,11 @@
|
|||
<?php
|
||||
|
||||
wp_nav_menu(array(
|
||||
'container' => 'false',
|
||||
'menu_class' => '',
|
||||
'theme_location'=>'primary',
|
||||
'walker' => new kit_custom_main_menu
|
||||
));
|
||||
'container' => 'false',
|
||||
'menu_class' => '',
|
||||
'theme_location'=>'primary',
|
||||
'walker' => new kit_custom_main_menu
|
||||
));
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue