Forums
Forums / Fixing WordPress / Navigation Link?
(@vamped)
18 years, 3 months ago
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
(@fujii13)
18 years ago
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.
The topic ‘Navigation Link?’ is closed to new replies.