Two home pages in WP 2.1
-
I looked at this post but I need more explaination.
Here is some code in my header.php file. Can someone tell me what I should change.<h1><a href=\\"<?php echo get_settings('home'); ?>\\"><?php bloginfo('name'); ?></a></h1> <h2><?php bloginfo('description'); ?></h2> </div> <?php if (is_page()) { $highlight = \\"\\"; } else {$highlight = \\"current\\"; } ?> <div id=\\"mainmenu\\"> <ul class=\\"level1\\"> <li class=\\"<?php echo $highlight; ?>\\"><a href=\\"<?php echo get_settings('home'); ?>\\"><?php _e('Home','andreas09'); ?></a></li> <?php if(function_exists(\\"wp_andreas09_nav\\")) { wp_andreas09_nav(\\"sort_column=menu_order&list_tag=0&show_all_parents=1&show_root=1\\"); } ?> </div>
Thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Two home pages in WP 2.1’ is closed to new replies.