wordpress:

How to change WordPress avatar profile picture

0

Sign up at http://www.gravatar.com with the email address that you’ve associated in your blog with your admin user account, and upload you image to gravatar.com. After you’ve done that your gravatar.com image will appear whenever you post on your own blog or on other WordPress blogs (if you put that email address into the mail field of the comment form at that other blog).

Posted in: Uncategorized

Continue Reading

Upgrading wordpress

0

Version 2.7 of wordpress recently came out and I needed to upgrade because the flash image uploader was no longer working for my version of wordpress as flash 10 broke it.  Anyway, the upgrade was pretty simple and I’ll include the basic steps below.

1. Backup your database and files.

2. Overwrite the files in the root of your wordpress site.  Be sure not to overwrite the config.php file.

3. Overwrite the wp-admin and wp-includes directories and all files inside them.

4. Go to the admin (wp-admin) and it’ll notify you if a database upgrade is required.  If it is, click the one button on the screen, wait a second, and then it’s done.

Piece of cake.

If you’re upgrading your wordpress site, I encourage you to follow their detailed instructions at http://codex.wordpress.org/Upgrading_WordPress

Posted in: Development
Tags:

Continue Reading