Forums
Forums / Fixing WordPress / Theme Menu Trouble
(@jamespiper90gmailcom)
14 years, 9 months ago
Howdy All,
So, @ seobeachbum.com (my wp powered website), it has a menu lying at the top of the screen. However, when I go to edit the menu nav there are no theme locations… how do I edit that top nav?>?
Thanks so much!
anybodddy? I would really appreciate it! I can give more info if needed!
<ul> <li><a href="<?php echo get_option('home'); ?>"> <?php _e('Home'); ?> </a></li> <li><a href="<?php echo get_option('home'); ?>?page_id=2"> <?php _e('About Us'); ?> </a></li> <li><a href="<?php echo get_option('home'); ?>?m=200808"> <?php _e('Archives'); ?> </a></li> <li><a href="<?php echo get_option('home'); ?>?page_id=38"> <?php _e('Contact Us'); ?> </a></li>
The topic ‘Theme Menu Trouble’ is closed to new replies.