Pages appearing or linking in menu bar Digg 3 Column
-
I using Digg 3 Column theme with WP 2.8.4. The pages i’ve added do not appear in the menu bar. The only ones showing were Home and About and the About button is not linking to the About page.
I manually added another page to the Header.php by copy & paste. It appears in the menu bar but also does not link to the page.
Here’s the code that’s showing:-
<div id="menu"> <ul> <li><a href="<?php bloginfo('url'); ?>/" title="<?php bloginfo('name'); ?>"><?php _e('Home'); ?></a></li> <li><a href="<?php echo get_permalink(2); ?>" title="<?php _e('About'); ?>"><?php _e('About'); ?></a></li> <li><a href="<?php echo get_permalink(2); ?>" title="<?php _e('Calendar of Events 2009'); ?>"><?php _e('Calendar of Events 2009'); ?></a></li> </ul> </div>
What’s missing?
Any suggestions, please?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Pages appearing or linking in menu bar Digg 3 Column’ is closed to new replies.