Hello everyone, I'm trying to add a link to another site in my navigation menu header. Here is the wordpress theme I'm using:
Adding link to WordPress Header Menu
20
Hello everyone,
I'm trying to add a link to another site in my navigation menu header. Here is the wordpress theme I'm using:
Internet Marketing Nirvana
I added the link to the header.php file but it didn't work. Here is the code:
I bolded the link I want to add in my header. Any advice on how I can do this would be appreciated.
Thanks,
Alan
I'm trying to add a link to another site in my navigation menu header. Here is the wordpress theme I'm using:
Internet Marketing Nirvana
I added the link to the header.php file but it didn't work. Here is the code:
Code:
<div id="menu">
<ul>
<li class="emphasis"><a href="<?php echo get_settings('home'); ?>">Home</a></li>
<li><a href="http://www.imnirvana.com/alanreviews">Alan Reviews</a></li>
<?php wp_list_pages('title_li=&depth=1&exclude=35,38,40,42,47,104'); ?>
</ul>
</div> Thanks,
Alan
- Leanne King
- [ 2 ] Thanks
- [1] reply
- Alan Petersen
- Leanne King
- [1] reply
- markecky
Next Topics on Trending Feed
-
20