Limiting WordPress revisions

I’ve noticed that, within one of my blogs, that when I routinely update a page, I now have over 200 revisions. I’m sure this is taking up space somewhere.

I only need the last 3 revisions, that I can think of for right now.

Here’s info from WordPress on this.

Looks like I have to edit the wp-config.php and place:

define( ‘WP_POST_REVISIONS’, 3 ); — this will keep it to the last three revisions.

Question: After updating this in wp-config.php, does it automatically remove all those prior revisions?
Answer: No. You have to either run a SQL command or install a plugin like WP Optimize

I also found this reference, that may be about how to clean up prior posts. I’m also not positive if all this is about posts and pages.

Resolution: I downloaded a plugin called WP Optimize. It does more than I need, but I deleted (one click) about 749 old revisions of posts.

Posted in Blog Learnings, Management, Web Development, WordPress | Leave a comment

XCTC – Day Twenty Five (Sun) – Last day; packing up; pallet jacks

Last Day
-Well… That’s it. Interesting experience, but unlikely I’d repeat it.

Packing Up
-Everything had to be stowed back into boxes and then loaded into trucks.

Pallet Jacks
-Have never used a pallet jack, so that was an experience fitting everything in precisely to the truck.

Shemagh
-Good that I had this on, as the wind really picked up in the afternoon.

Posted in XCTC Program | Leave a comment

XCTC – Day Twenty Four (Sat) – Reverse RSOI; U-Line strapping system

Reverse RSOI
-The warehouse looks like everything is being packed up and ready to be shipped out

U-Line Strapping System
-I’ve never really needed to use the mechanism of strapping large boxes/containers together for shipping. Took a short while, of some trial and error, but it’s now all coming together. Had a good team of two other guys, which makes a big difference.

Looks like tomorrow is the final day.

Posted in XCTC Program | Leave a comment