Archive for the ‘Wordpress Hacks’ Category

by admin on July 28th, 2010
No Comments
For those of you wondering how to reset your Wordpress admin password via MySQL command line, here’s how to do it: Enter your MySQL command line with something like: mysql -uroot -p Then enter your password. Once inside the MySQL command line do: show databases; and then find your database for ...
by admin on February 17th, 2010
No Comments
I’ve been upgrading Wordpress for almost 4 years now and since I manage about 20 blogs, I have learned to figure out how to upgrade your Wordpress faster than ever using SSH and wget command. For one, you will need a dedicated server/VPS that supports SSH.  Otherwise you won’t be able t ...
by admin on December 18th, 2009
No Comments
The new Wordpress 2.9 released today features a new functionality for Wordpress theme designers/coders to add post thumbnails by using the command the_post_thumnail(). Of course, don’t forget that the fact that in order to use this feature, you need to select an image under Wordpress admin ar ...
by admin on December 18th, 2009
No Comments
For those of you who are getting errors with Simple Tags plugin when upgrading to Wordpress 2.9, there’s a simple hack to make it work: Edit the file simple-tags.php and change the following from this: if ( strpos($wp_version, ‘2.7′) !== false || strpos($wp_version, ‘2.8̸ ...