M
monthlylocal
- Original Poster
- #1
Hi Guys,
I am trying in vain to set up a wordpress site. Am very non-techie, but was told it's fairly simple so I thought I'd give it a go and am doing relatively well so far.
Now I'm stuck
I have managed to get the navigation menu saying what I want it to, but I don't know how to get the menu headings to link/point to the pages I have written in wordpress.
This is the code I have:
<!-- Begin Navigation -->
<div id="navcontainer">
<ul id="navlist">
<li><a href="<?php echo get_settings('home'); ?>/" title="Return to the the frontpage">home</a></li>
<li><a href="#" title="Link title">about</a></li>
<li><a href="#" title="Link title">locations</a></li>
<li><a href="#" title="Link title">upcoming events</a></li>
<li><a href="#" title="Link title">member spotlight</a></li>
<li><a href="#" title="Link title">articles</a></li>
<li><a href="#" title="Link title">contact</a></li>
For example I when people click the about page, I want them to see: http://www.brainstormnetworking.com/about-2/
Does anyone have any ideas what I need to do to the code to get it to link to the pages I want?
Any help appreciated

I am trying in vain to set up a wordpress site. Am very non-techie, but was told it's fairly simple so I thought I'd give it a go and am doing relatively well so far.
Now I'm stuck
I have managed to get the navigation menu saying what I want it to, but I don't know how to get the menu headings to link/point to the pages I have written in wordpress.
This is the code I have:
<!-- Begin Navigation -->
<div id="navcontainer">
<ul id="navlist">
<li><a href="<?php echo get_settings('home'); ?>/" title="Return to the the frontpage">home</a></li>
<li><a href="#" title="Link title">about</a></li>
<li><a href="#" title="Link title">locations</a></li>
<li><a href="#" title="Link title">upcoming events</a></li>
<li><a href="#" title="Link title">member spotlight</a></li>
<li><a href="#" title="Link title">articles</a></li>
<li><a href="#" title="Link title">contact</a></li>
For example I when people click the about page, I want them to see: http://www.brainstormnetworking.com/about-2/
Does anyone have any ideas what I need to do to the code to get it to link to the pages I want?
Any help appreciated