Twenty Fourteen Nav Bar Help
-
I am using the Twenty Fourteen theme. When I add a page, it appears in the top navigation bar.
I would like to add some links to that bar to offsite urls such as my flickr feed, YouTube videos, etc.
I imagine I need to modify the header.php in this section.
<nav id="primary-navigation" class="site-navigation primary-navigation" role="navigation"> <button class="menu-toggle"><?php _e( 'Primary Menu', 'twentyfourteen' ); ?></button> <a class="screen-reader-text skip-link" href="#content"><?php _e( 'Skip to content', 'twentyfourteen' ); ?></a> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?> </nav>
What would I need to do to add a flickr feed to this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Twenty Fourteen Nav Bar Help’ is closed to new replies.