Guest User

Untitled

a guest
Oct 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.36 KB | None | 0 0
  1. <?php  if(wp_nav_menu( array( 'theme_location' => 'main_menu','fallback_cb' =>false,'echo' =>false))){
  2.     echo '<div id="categories_strip">';
  3.     wp_nav_menu( array( 'theme_location' => 'main_menu','fallback_cb' =>'nav_nav','echo' =>true, 'container' => 'div','container_id'  => 'main_nav_menu'));
  4.     dynamic_sidebar('Header Navigation Right');
  5.     echo '</div>';
  6. }else{
  7.     ?>
Add Comment
Please, Sign In to add comment