Archive for the 'WordPress' Category

Updating the Trackback Options in WordPress

Tuesday, December 18th, 2007

I have has some issues with trackback/ping spam with WordPress. I already have turned off the “Allow Pings” option, but this does not retroactively fix previous posts. To update my previous posts, I used the following SQL command.
update wp_posts set ping_status = ‘closed’

Blank WordPress Templates

Saturday, November 17th, 2007

A useful site for blank WordPress templates
http://www.tomorrows-laundry.com/

Moving Your WordPress Site: Updating the Database

Wednesday, October 10th, 2007

When moving your WordPress blog to a new location on your server, you will need to update all the references in the database. The following MySql script can help with this task. Just run the following MySql in your query tool of choice. Make sure to replace the appropriate URLs.
UPDATE yourdb.wp_posts SET [...]

EasyTube Plugin for Wordpress

Wednesday, September 19th, 2007

Need YouTube or Google Videos on your Wordpress blog without all the hastle of playing with HTML code? Then the EasyTube plugin is for you! The EasyTube plugin allows you to take control of your video content by using one simple tag!
The Tag

Go to YouTube or Google Videos and find the video you want [...]

Wordpress Spam

Saturday, September 1st, 2007

I am starting to receive a lot of spam comments on my blog so I have decided to turn on the “Users must be registered and logged in to comment” option.  I hate spam. ;(

Changing The Default Thumbnail Size In WordPress

Wednesday, August 22nd, 2007

Instructions for WordPress 2.1 or 2.2 and later
Open /wp-admin/admin-functions.php and look for the following code:
$max_side = apply_filters( ‘wp_thumbnail_max_side_length’,
128, $attachment_id, $file );
This works a bit differently than earlier versions of WordPress. The number specified here (128 by default) is the maximum size of either dimension. You can still just change this to whatever number you like [...]

Something is better than nothing!

Monday, July 2nd, 2007

This is officially my new blog!! I have had many blogs in the past which never really blossomed. Previous Blogs have withered and died over time as I have continually changed hosting providers and my preferred language/platform. I have finally come to the conclusion that something is better than nothing, so I am [...]