Archive for the ‘Wordpress’ Category
Wordpress 2.8 “Baker” is out
Saturday, June 13, 2009 13:56 No CommentsThe 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 [...]
Backing up your blog
Tuesday, March 31, 2009 4:52 No CommentsYou 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 [...]
Add custom tag buttons in Wordpress HTML editor
Friday, March 27, 2009 2:33 No CommentsIf 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 [...]
Wordpress error
Monday, March 23, 2009 8:11 No CommentsAfter 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 [...]




