• Resolved goldmember

    (@goldmember)


    wordpress newbie here…

    please take a look at the left-hand nav bar of my site: http://www.goldcoastchamber.com/wordpress/

    As you can see there’s both a “Home” page and a “New-Homepage”. Since I couldn’t figure out how to edit the “Home” page, and put the content there I wanted, I created a “New-Homepage” and somehow (i forget) was able to feed the content of “New-Homepage” back to “Home”. But now that I was able to do that, I need to hide the nav-bar link to either one of the two pages so visitors don’t get confused.

    Please advise how I do this?????? Thanks!

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter goldmember

    (@goldmember)

    thank you so much!!!!

    Hi

    I also have duplicated home. I have looked in sidebar.php

    function onCatChange() {
                            if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {
                                location.href = "<?php echo get_option('home');
                    ?>/?cat="+dropdown.options[dropdown.selectedIndex].value;
                            }

    What do I need to remove or edit.

    Thanks
    James10

Viewing 2 replies - 16 through 17 (of 17 total)

The topic ‘How do I hide duplicate page???’ is closed to new replies.