Help with customising navigation menu
-
Hey.. as you will see on my site https://www.shaynemalone.com
I have the navigation menu just underneath the header, but I now have more pages I want to add. For instance, you will see that the ‘chatroom’ tab is now off the page…
Does anyone know what code I would add, to make ANOTHER blue bar underneath the existing one… and have another row of nav buttons?
The code I have currently in my header is:
div id="navmenu"><a title="<?php bloginfo('name'); ?>" href="<?php bloginfo('url'); ?>">News</a><a title="About Shayne Malone" href="https://www.shaynemalone.com/?page_id=2">About</a><a title="Preview & Download Music" href="https://www.shaynemalone.com/?page_id=11">Downloads</a><a title="Media Gallery" href="https://www.shaynemalone.com/?page_id=25">Videos</a><a title="Lyrics" href="https://www.shaynemalone.com/?page_id=13">Lyrics</a><a title="View Photos" href="https://www.shaynemalone.com/?page_id=26">Photos</a><a title="Contact Us" href="https://www.shaynemalone.com/?page_id=27">Contact</a><a title="Reviews - Album & Live Shows" href="https://www.shaynemalone.com/?page_id=105">Reviews</a><a title="Chat Live Now!" href="https://www.shaynemalone.com/?page_id=107">Chatroom</a></div> <div id="subnav"><a href="<?php bloginfo('url'); ?>/wp-admin">Login</a> | <a href="<?php bloginfo('rss2_url'); ?>">Rss</a></div>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Help with customising navigation menu’ is closed to new replies.