Viewing 2 replies - 16 through 17 (of 17 total)
  • you changed the WordPress address (URI) or Blog address (URI). For that reason you are getting the error.

    # Go to the Administration > Settings > General panel.
    # In the box for WordPress address (URI): change the address to the new location of your main WordPress core files.
    # In the box for Blog address (URI): change the address to the new location, which should match the WordPress address (URI).

    You will just change the static page and blog post value from the ADMIN.

    Now need to fix the site then need DB access or you can do this via wp_config.php file

    put the following code in your wp_config.php file, saved it and upload on the server.

    define('WP_HOME','http://creatingclimatewealth.com');
    define('WP_SITEURL','http://creatingclimatewealth.com');
    Thread Starter craigsnedeker

    (@craigsnedeker)

    Ok, thanks a lot. I’m working on getting some access now

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

The topic ‘Default Menu (how)’ is closed to new replies.