WordPress Picks for the Week [12/27]



WP 2.9: three bugs, and how to fix them

WordPress 2.9, IMO, was released too quickly and is still rather buggy. There are some rather unnecessary requirements like "enabling" the post thumbnails before they work. However, major issues are the breaking of RSS widgets and more importantly the failing of the cron. I've had this problem when scheduling posts, and it is simply frustrating!

Anyway, the link above has a set of files that will patch these errors. So, give this a shot until WP2.9.1 is released.

Optimize Syndication Frequenzy

Two simple pieces of code that allows you change the frequency that feed readers check your blog for posts. If you are not a regular blog poster, you can reduce the load on your server.

Automate WordPress Database and Files Backup

On my VPS, my sites are backed up every alternate day. The use of a WordPress database backup plugin just increases the load on your server. However, you can setup cron jobs within your hosting account to help you backup your database.

mysqldump -u dbusername -p dbpassword db_name | gzip > /home/cpanelusername/yourfolder/mysql_backup.gz

About WordPress Post Thumbnail

Still more examples on the use of the new WordPress 2.9 feature

New in WordPress 2.9: Post Thumbnail Images

Mark Jaquith gives you the lowdown on the new thumbnail feature

Rate this post:
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Post Details

Post Date :
Sunday, Dec 27th, 2009 at 11:38 am
Category :
WordPress and WordPress Picks
Tags :
,
Do More :
Both comments and pings are currently closed.
Techtites on Facebook

No Responses to “ WordPress Picks for the Week [12/27] ”

Sorry, comments for this entry are closed at this time.