Lightword change home tab static position
-
I was wondering if someone might be able to tell me what I can do to change the ‘home’ tab in the lightroom theme from always being displayed first. I was able to change the name of the tab from ‘home’ to ‘Blog’ but I want to be able to add a new static ‘home’ page and have that tab displayed first. As it is now, the ‘blog’ tab always displays first. I’m thinking this is the area I need to focus on from my header.php:
<ul id=”front_menu”>
<?php if(is_front_page()) $selected=”s”; ?>- ” title=”<?php _e(‘Blog’,’lightword’); ?>” href=”<?php bloginfo(‘url’); ?>”><span><?php _e(‘Blog’,’lightword’); ?></span>
<?php echo wp_list_pages_new(); ?>
Thanks in advance.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Lightword change home tab static position’ is closed to new replies.