Jump to content

WordPress, setting Main Links


JerryMcFarts

Recommended Posts

Hey I have a website

[a href=\"http://www.kenholdtmusic.homeip.net/\" target=\"_blank\"]http://www.kenholdtmusic.homeip.net/[/a]


I am trying to set the menu at the top, after the header picture, Links. I check all the .php files in my Theme folder. Which is Abstrakt. I can not for the life of me find HOME or ABOUT or PHOTOs. Been looking around for about 2 hours.

Could anyone give me some hints?

thanks
Link to comment
https://forums.phpfreaks.com/topic/7664-wordpress-setting-main-links/
Share on other sites

Found the answer. it was under the heading.php

[!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]<!-- To edit Top Level Menu Navigation Edit Below-->
<div id="menu">
<a href="<?php bloginfo('url'); ?>">home</a> <a href="#">about</a> <a href="#">photos</a> <a href="#">portfolio</a><a href="#">contact</a>
</div>
[/quote]

I don't undertand how to set my variables like<?php bloginfo('url'); so i have no idea how to set that or change it.

im just going to be setting static links for the rest of them "/wp-gallery2" and "about.html"

is that a problem?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.