I want to have a static menu at the top of each page on my site. <ul>
What do I change this code to?
12
I want to have a static menu at the top of each page on my site.
<ul>
<li<?php if (is_home()) echo " class=\"selected\""; ?>><a href="<?php bloginfo('url'); ?>">Home</a></li>
<?php wp_list_pages('title_li=&depth=1'); ?>
</ul>
This is the code that's there - I just want regular links
<ul>
<li<?php if (is_home()) echo " class=\"selected\""; ?>><a href="<?php bloginfo('url'); ?>">Home</a></li>
<?php wp_list_pages('title_li=&depth=1'); ?>
</ul>
This is the code that's there - I just want regular links
- ReikiGirl
- [1] reply
- Evan-M
- [1] reply
- ReikiGirl
- SteveJohnson
- [2] replies
- Evan-M
- lordspace
- ReikiGirl
- oknoorap
- filthy
Next Topics on Trending Feed
-
12