Wordpress ? How can I move pages links to create top menu

0 replies
  • WEB DESIGN
  • |
I have a wordpress theme i'm working with and I want the top page links to be just below the top header image within the borders.

Would anyone be able to help with the PHP code.

I've added the following code to the header.php file just after the body tag but get the menu links going above my border.

</div>
<div id="nav">

<div align="center"><ul>
<li><a href="<?php echo get_settings('home'); ?>">Home</a></li>
<?php wp_list_pages('title_li=&depth=1'); ?>
</ul>
</div>
</div>

I don't know where i need to add this coe or create an area the have these menu items showing below the header image in a black text. I'd have to edit the CSS for the text color I believe.

Hope a warrior or 2 can help me out...

Here is the link - www.localsmallbusinessonline.com
#create #links #menu #move #pages #top #wordpress

Trending Topics