hello

<?php if ( has_nav_menu( ‘social’ ) ) : ?>
<nav class=”social-navigation” role=”navigation”>
<?php
wp_nav_menu( array(
‘theme_location’ => ‘social’,
‘container_class’ => ‘menu-social’,
‘menu_class’ => ‘clear’,
‘link_before’ => ‘<span class=”screen-reader-text”>’,
‘link_after’ => ‘</span>’,
‘depth’ => 1,
) );
?>
</nav><!– .social-navigation –>
<?php endif; ?>