Archive for the ‘Wordpress’ Category

Wordpress 2.8 “Baker” is out

Saturday, June 13, 2009 13:56 No Comments

The latest and greatest version of WordPress, version 2.8 “Baker,” is immediately available for download. 2.8 represents a nice fit and finish release for WordPress with improvements to themes, widgets, taxonomies, and overall speed. They also fixed over 790 bugs. This release is named in honor of noted trumpeter and vocalist Chet Baker.
Highlights of this [...]

This was posted under category: Wordpress

Backing up your blog

Tuesday, March 31, 2009 4:52 No Comments

You may wonder what could happen to your blog. It’s hosted somewhere safe,  by a prestigious hosting company, so you believe blindly in them. But there are so many things that could go wrong, from a failed file transfer to a bad plugin instalation. There are a few plugins in the Wordpress extend library that [...]

This was posted under category: Wordpress

Add custom tag buttons in Wordpress HTML editor

Friday, March 27, 2009 2:33 No Comments

If you want to add some new buttons to wordpress html editor you should locate quicktags.js in /wp-includes/js folder and add the following lines before or after the “edButtons” (on WP 2.7.1 starting at line 36):
edButtons[edButtons.length] =
new edButton(’ed_PHP’
,’PHP’
,’<pre lang=”php” line=”1″>’
,’</pre>’
,’PHP’
);

Feel free to edit them and add anything you like.
After [...]

This was posted under category: Wordpress

Wordpress error

Monday, March 23, 2009 8:11 No Comments

After installing a WordPress Blog I started installing some useful plugins. One of them was WP Security Scan. One of the errors in the initial scan was that I had the wp_ prefix in the tables of my database. So I followed the instructions and changed them. But after that, each time I use [...]

This was posted under category: Wordpress