Posts Tagged ‘wordpress tutorials’

Moving WordPress to a New Server

Friday, November 26th, 2010

Moving your WordPress installation to another server is just as easy as installing it the first time. There are at least three ways you can do it:

  1. Install a new version of WordPress (a fresh install) along with your custom themes and plugins on the new server.  Then import the old database from an XML file using the internal build-in import / export tool.
  2. Download your old WordPress directory (which includes core files, themes, plugins, etc) and then upload it to your new directory via FTP. Then, on your old server, make a backup of your MySQL database with phpMyAdmin. On your new server, import the MySQL database with phpMyAdmin. You will need to edit your config.php file (in the root) to reflect any changes in database name and login info.
  3. Any combination of the previous two methods.

(more…)

WordPress Gravatars: What They Are and How to Install Them

Wednesday, May 5th, 2010

gravatar WordPress Gravatars: What They Are and How to Install ThemGravatar avatars are small images that represent an email address. Their purpose is to allow for global recognition of commenters and persons on the Internet. Rather than having a different avatar for different sites, people can register an avatar at Gravatar.com and associate it with their own unique email address.

Blog posts in WordPress that have commenting enabled typically require an email address to submit a comment. Once a comment has been submitted with the email field filled in, WordPress sends the email address as a data string to Gravatar.com; if Gravatar.com has an avatar for that email address, the avatar will be used. Often times Gravatar.com does not have an avatar associated with an email address, in which case a default avatar is used.

(more…)