Navigation Menu

Skip to content

Commit

Permalink
Front Page Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
cogdog committed Jan 4, 2018
1 parent 4879a20 commit b5160d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -26,7 +26,7 @@
<!-- end front quote -->

<?php
if ( function_exists( 'customizer_social_icons_autoload' ) AND has_nav_menu( 'dimension-social' ) ) {
if ( has_nav_menu( 'dimension-social' ) ) {
wp_nav_menu( array( 'theme_location' => 'dimension-social', 'menu_class' => 'dsocial' ) );
}

Expand Down

0 comments on commit b5160d7

Please sign in to comment.