• jbento

    (@jbento)


    Here is my URL: https://www.healinghandsinternational.com/

    The theme first had a hardcoded “HOME” link and I deleted that, but it left the page behind and the domain name is tied to that.

    How do I delete that page totally OR point to the “HOME” page link (as the main domain) that I created which is in the nav bar now?

    Please help someone?

    [topic moved to ‘How-To and Troubleshooting’]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Samuel B

    (@samboll)

    Thread Starter jbento

    (@jbento)

    Samuel I just tried that plugin and it doesn’t work for me.

    It still goes to that page and when I tried to update the page I wanted to be for the main domain, that page does not show up at all now.

    Samuel B

    (@samboll)

    disable the plugin then

    weird as it has worked on every site I’ve ever installed it on

    Thread Starter jbento

    (@jbento)

    I just found this out, to delete the following code and I deleted it from the functions.php, but it deletes it from the navigation, but not the actual page:

    <li <?php if ( is_single() || is_front_page() ) { echo 'class="current_page_item current-menu-item"'; } ?>>
                	<a href="<?php echo get_home_url(); ?>">
                    	<strong><?php _e( 'Home','graphene' ); ?></strong>
                        <?php if ( $graphene_settings['navmenu_home_desc']) {echo '<span>'.$graphene_settings['navmenu_home_desc'].'</span>';} ?>
                    </a>
                </li>
    Thread Starter jbento

    (@jbento)

    If you click on the actual “Home” link it will take you to the page that I actually want to be my domain, but if you go to: https://www.healinghandsinternational.com, it goes to that default home page, which I don’t want.

    Thread Starter jbento

    (@jbento)

    I found the solution and this works:

    https://blogworkz.co.uk/how-to-remove-the-default-home-page-in-wordpress

    Thank you for your assistance!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘deleting a page’ is closed to new replies.