• How would I go about making a link in my navigation that isn’t a WordPress-constructed page (but appears as one)? That is, in my navigation to make a link to an external site like flickr.

    Thanks!

    James

Viewing 1 replies (of 1 total)
  • fujii13

    (@fujii13)

    I’m not sure about the theme you’re using, but in mine the links for navigation (Home, About, etc) are located in the header.php file:

    <a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1>
    <p class="desc"><?php bloginfo('description'); ?>

    This is where I was able to add my hyperlink code.

Viewing 1 replies (of 1 total)
  • The topic ‘Navigation Link?’ is closed to new replies.