• Resolved RDOwens

    (@rdowens)


    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)
  • .

    (@techievous)

    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.

    Like how it appears screenshot here?
    https://i.imgur.com/E1pBneM.png

    You won’t need to edit any code. Just go your Dashboard –> Appearance –> Menu –> go ahead and create a new custom menu there, you’ll find the option to add custom links in the Link tab. Make sure the tick the appropriate menu location in the menu settings section.

    https://i.imgur.com/HlLbc17.png

    Or did you mean you want to add the feed itself, not just the link to the feed?

    Thread Starter RDOwens

    (@rdowens)

    What you showed is exactly what I was looking for!

    Thank you kindly; I was able to do just what I wanted to do.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Twenty Fourteen Nav Bar Help’ is closed to new replies.