Viewing 7 replies - 1 through 7 (of 7 total)
  • what theme are you using let me check it out where you need to make a change. Is it Revolution Code Blue

    If its the theme I posted above you can take duplicate home page out by

    login you admin
    click on appearance and click editor

    on right hand side click header.php

    You will see the code in the editor

    scroll down look for

    <div id="navbarleft">
    		<ul id="nav">
    			<li><a href="<?php echo get_settings('home'); ?>">Home</a></li>
    			<?php wp_list_pages('title_li=&depth=2&sort_column=menu_order'); ?>
    		</ul>
    	</div>

    Delete this line

    <li><a href="<?php echo get_settings('home'); ?>">Home</a></li>

    if you go on site now you will only have one Home.

    Thread Starter tcvman

    (@tcvman)

    So to put the home page in the correct spot, give it the lowest “weight” of all the pages?

    Thread Starter tcvman

    (@tcvman)

    what you did worked!

    You had two home pages because you created Home page to select as static page and the one you deleted was hard coded in the theme if you want post page now you will have to create a blank page and select that page as post page in Settings Reading.

    Thread Starter tcvman

    (@tcvman)

    Sorry if I put this in the wrong place. But where do I put google analytics?

    you can install the plugin and set it with in admin and to check states you will need to log in google account.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘how do i change the pages menu in the code blue 2.0 template’ is closed to new replies.