Spider Tie Website Makeover
April 2, 2010 – 11:48 am | Comments Off

This week’s project is spidertie.com. Not a bad site by any means but it definately needed a face lift. A static site prior to the make over with very little to keep the visitor’s attention. According to the stats, 80% left after a view of the home page. The site was moved to a wordpress theme and has increased use of screen real estate and a lot of content above the fold.

Read the full story »
Plugin Reviews

Weekly reviews and ratings of the most popular and newest plugins

Theme Reviews

Ratings on free and premium wordpress themes by category and design.

Wordpress SEO

What works? What doesn’t work? Are all things equal when it comes to wordpress themes and search engine optimization?

Random Thoughts

Random thoughts or rantings of a mad woman? Musings, questions, and all things related to the life of a programmer.

Fridge Art

Remember when your mom put your pictures on the fridge? Well this is our version. See our latest projects in progress.

Home » featured, wordpress tips

Changing the URL on a WordPress Website

Submitted by Tamara Urry on June 11, 2010 – 2:29 pmNo Comment
Changing the URL on a WordPress Website

Issue: There are times when you’ve built your wordpress website using one URL and then need to change that URL for deployment.

This is common if you are doing an upgrade of a current website but don’t want to point the URL over to the new site until it’s complete.

This isn’t always a smooth transition. Here are some road blocks you will have to consider.

  1. The Domain Name will need to be associated with the new site location. (often on a different server).
  2. Domain association changes aren’t typically real time and if that’s the case there will be no way to know when that change will take place.
  3. In the WordPress Admin Panel under general setting, there are two changes that will need to be made.
    •Wordpress address (URL)
    •BLOG Address (URL)

Now for the most common problem. If you follow steps 1 through 3 above and something happens where the new domain name isn’t pointing properly, the wp-admin panel won’t have the correct URL and you won’t be able to get in to fix the URL. This can also happen if you type in the URL wrong.

Don’t panic, all is not lost. You are going to need access to the mySQL database to fix this but it’s a quick fix. Because WordPress is data driven then URL addresses are kept in a table named wp_options.

Open this table and alter the values for the following meta_keys:

  • siteurl
  • home

Change these to the correct URL and you’re back in business.

Popularity: 3% [?]

Comments are closed.