pink Lady
CaLL me Kei. HaLf-jap. Loves: Pink. CherrybLossoms. Cats. SnowgLobes. Roadtrips. Parties. City Lights. HK. Sweet. Crybaby. Moody. Vain. GirLy. Procrastinator. Sweetooth. ShopahoLic. VioLinist. Artist. I Love my girLfriends. A proud pinkahoLic. want more?

caLendar
July 2010
M T W T F S S
« Feb    
 1234
567891011
12131415161718
19202122232425
262728293031  

site stats
posts: 57
comments: 1,609
Last commentator: josanne a. cortez
hits:
onLine users:

hostees

disable wp revisions

you may have noticed that wordpress has now automatic post and pages revisions feature.. some find it usefuL.. but some, Like me, do not.. ’cause it eats up a Lot of database space.. and it makes your wordpress export fiLe Larger, thus, making importing Longer too.. you can disabLe that feature by adding this to your wp-config.php fiLe:

define(’WP_POST_REVISIONS’, false);

note that if you want to enabLe the feature again, you can aLways change faLse to true..

however, you can reduce the number of revisions to save by setting an integer:

define(’WP_POST_REVISIONS’, 5);

the number is the number of revisions you want to be saved [incLuding 1 autosave]..