By Raghu on February 21, 2010
Default wordpress excerpt length is 55 words. It’s easy to change the default excerpt length in wordpress in less than 2 minutes to desired length. I made changes to wordpress 2.9.2 code.
Login into Directory where wordpress is installed
Open the file Directory > wp-includes > formatting,php
Search for 55 or $excerpt_length = apply_filters(‘excerpt_length’, 55);
Change the value 55 [...]
Posted in Wordpress | Tagged Excerpt, Wordpress |
By Raghu on December 21, 2009
If you are planning to upgrade wordpress to latest release, do the following
Read Worpdress Support forums to see any upgrade problems
Backup Entire Database
Check for Minimum Requirements ( MySQL, PHP)
Check if all installed plugins supports the latest version of wordpress.
Deactivate all the plugins
Know how to revert to previous wordpress version, if upgrade were to fail.
Test the [...]
Posted in Wordpress | Tagged Wordpress |
By Raghu on November 8, 2009
If you run into Password Recovery Error with Wordpress Sorry, that key does not appear to be valid, do the following
To correct this, fire up phpmyadmin ( it will be usually mysql.yoursite.com) in Cpanel,
click on the database name,
Select “wp_users” Table
Click on Brose Icon ( first icon)
Click on the Row to edit the password
Click [...]
Posted in Wordpress | Tagged Wordpress |
By Raghu on October 7, 2009
List of Wordpress Database related articles
Wordpress Database Backup and Restore – Quick Online Tips
Daily Wordpress Database Backup Quick Online Tips
Blog Backup Strategy David Risley
Manual wordpress Database Backup
Posted in Blogging | Tagged Wordpress |