1) Open your wp-admin/post.php file and wp-admin/post-new.php files.
2) You will find this line of code there:
wp_enqueue_script('autosave');
3) Add // to the beginning of this code.
The autosave option will be disabled for your existing and new posts.
Tags: Wordpress
8 Useful WordPress SQL Hacks
By Jean-Baptiste Jung
Over the past 10 years, the MySQL database has become incredibly popular on the Web. Every WordPress blog is driven by a MySQL database, which contains the blog’s posts, settings, comments and much more.
While plug-ins and even coding hacks can solve some problems and achieve some tasks, sometimes you don’t have any other choice than to execute SQL commands in phpMyAdmin or directly to the database via SSH. Let’s take a look at 8 useful SQL hacks for WordPress. Each section of this post presents a problem, suggests a solution and provides an explanation to help you understand the solution.
1. Creating a Backup of Your Database

The problem. While the tips in the rest of this post have been tested, you should definitely not try any of them without first having a proper backup of your MySQL database.
The solution. To create a manual backup of your WordPress database, follow these simple steps:
- Log in to phpMyAdmin and select your WordPress database.
- Once done, click the “Export” button located in the horizontal menu.
- Choose a compression method (personally, I use gzip), and click the “Execute” button.
- Your browser will ask you if you want to download the backup. Of course, select “Yes,” and then store it on your hard drive.
Explanation. Note that creating a backup of your WordPress database can be more easily executed with the WP-DB-Backup plug-in. WordPress users should install this plug-in if they have not yet done so and create regular backups of their data.
Read the rest of this entry »
Tags: Wordpress
Posted in
Templates by kissdeath on February 10th, 2009
A collection of the top 100 Css WordPress Templates especially collected for webmasters.
Download: Here
Password: atarchive.net
Tags: Wordpress