Navigation :

Home
Source code
Tutorials
RSS feeds
Articles
Wordpress plugins
Blog
Books
Software
Downloads
Hosting
manuals
Script directory
Training
Our Links




Site Sponsors :

Bookmark :

Links :

programmershelp
software directory
golfing products

Downloads :

Misc :

Webmaster Resources
Only PHP
ScriptSearch.com
Scripts.com - Get the best scripts NOW!
AndreaPHP Programming

Valid XHTML 1.0 Transitional


Valid CSS!




Turn off Post Revisions

A fairly new feature in Wordpress but one which I personally do not like is Post revisions, lets switch them off. You need to edit wp-config.php

// wp-config.php
// Turn off revisions
define ('WP_POST_REVISIONS', 0);