Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // menu usages conditionally for front-page.php & for blog index.php
- <?php if(!is_home()) : ?>
- <!-- front page menu -->
- <?php wp_nav_menu( array( 'theme_location' => 'plutin_menu','menu_class'=> 'nav','menu_id' => 'top-navigation', ) ); ?>
- <!-- blog page menu -->
- <?php else:?>
- <?php wp_nav_menu( array( 'theme_location' => 'plutin_menu_blog','menu_class'=> 'nav','menu_id' => 'top-navigation', ) ); ?>
- <?php endif;?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement