Title: Default Menu (how)
Last modified: August 20, 2016

---

# Default Menu (how)

 *  [craigsnedeker](https://wordpress.org/support/users/craigsnedeker/)
 * (@craigsnedeker)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/default-menu-how/)
 * Hey, my client has a website ([http://creatingclimatewealth.com/](http://creatingclimatewealth.com/))
   and is using the Menus. If you visit the website, you will see a green tab labeled
   SYDNEY, AUS. How can I make this the default tab (page) that opens up?

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

[←](https://wordpress.org/support/topic/default-menu-how/?output_format=md) [1](https://wordpress.org/support/topic/default-menu-how/?output_format=md)
2

 *  [wprock](https://wordpress.org/support/users/wprock/)
 * (@wprock)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/default-menu-how/page/2/#post-2109709)
 * 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](https://wordpress.org/support/users/craigsnedeker/)
 * (@craigsnedeker)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/default-menu-how/page/2/#post-2109710)
 * Ok, thanks a lot. I’m working on getting some access now

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

[←](https://wordpress.org/support/topic/default-menu-how/?output_format=md) [1](https://wordpress.org/support/topic/default-menu-how/?output_format=md)
2

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

## Tags

 * [default](https://wordpress.org/support/topic-tag/default/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 17 replies
 * 2 participants
 * Last reply from: [craigsnedeker](https://wordpress.org/support/users/craigsnedeker/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/default-menu-how/page/2/#post-2109710)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
