Guest User

Untitled

a guest
Jan 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <nav class="social-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Footer Social Links Menu', 'twentyseventeen' ); ?>">
  2. <?php
  3. wp_nav_menu( array(
  4. 'theme_location' => 'social',
  5. 'menu_class' => 'social-links-menu',
  6. 'depth' => 1,
  7. 'link_before' => '<span class="screen-reader-text">',
  8. 'link_after' => '</span>' . twentyseventeen_get_svg( array( 'icon' => 'chain' ) ),
  9. ) );
  10. ?>
  11. </nav><!-- .social-navigation -->
Add Comment
Please, Sign In to add comment