WordPress

From Hostek.com Wiki
Revision as of 05:43, 1 December 2013 by Les242xyz@casadiablo.net (Talk | contribs) (Changing Domain Name on a Wordpress Site)

Jump to: navigation, search


What is WordPress?

WordPress is an open source CMS, often used as a blog publishing application powered by PHP and MySQL.

How to Update WordPress

How to update your WordPress installation

Changing Domain Name on a Wordpress Site

Step 1: Update Wordpress and all of your themes and plugins. Step 2: Backup everything. Step 3: Change the domain name in the MySQL database that your WordPress is using. If your not sure what database its using check the main "wp-config.php" file. It will have your MySQL host, database name, and the database username/password.

  1. Backup your database.
  2. Login to phpMyAdmin.
  3. Click the link to your Database.
  4. A list of your databases will appear. Choose the one that is your WordPress database.
  5. All the tables in your database will appear on the screen.
  6. From the list, look for wp_options. Note: The table prefix of wp_ may be different if you changed it when installing.
  7. Click on the small icon indicated as Browse.
  8. A screen will open with a list of the fields within the wp_options table.
  9. Under the field option_name, scroll down and look for siteurl.
  10. Click the Edit Field icon which usually is found at the far left at the beginning of the row.
  11. The Edit Field window will appear.
  12. In the input box for option_value, carefully change the URL information to the new address.
  13. Verify this is correct and click Go to save the information.
  14. You should be returned to your wp-options table.
  15. Look for the home field in the table and click Edit Field. Note There are several pages of tables inside wp_options. Look for the > symbol to page through them.
  16. In the input box for option_value, carefully change the URL information to the new address.
  17. Verify this is correct and click Go to save the information.
  18. Now, via your FTP for the site, Delete the folder wp-content/cache (this is a new folder added with WordPress 2.0).


After you change the domain name in the database, then you can login into your WordPress admin and change it at the following places:

  1. Settings - General - Update the "WordPress address (URL)" and the "Blog address (URL):" if filled.
  2. Settings - Misc. - Update the domain name in the "Store uploads in this folder" path, if it has the olddomain.

WordPress - Video Tutorials

How to manage categories in WordPress

How to write a comment in WordPress

How to change your header in WordPress

How to install WordPress

How to manage pages in WordPress

How to change your password in WordPress

How to manage users in WordPress

How to manage your plugins in WordPress

How to write a new post in WordPress

How to edit your profile in WordPress

How to configure your settings in WordPress

How to update your WordPress installation