WordPress used to ship with an option to compress (via gzip compression) the blog content. Now with WordPress 2.5 this options is gone.
Almost any webserver now can deal with some kind of compression, even shared hosting plans supports it quite everywhere, optional or built-in (even CPanel does it). Ryan Boren said:
Yes, the option gone. WP doesn’t try to do compression, so you shouldn’t need to turn it off. We leave compression as a decision for the server.
If your server doesn’t support it, you can check if you php ships with Output Control Buffers, and either activate it via an .htaccess (if supported):
or make something like this in your index.php:
Thanks goes to Elliot C. Back for this solution. Frank Bueltge Sergej Müller has made Compress for WordPress 2.5 plugin that does pretty the same thing, so try it :-)
EDIT: as Andrew Ozz says in wp-testers:
if you turn on compression in php other than “zlib.output_compression = On” in php.ini, don’t forget to turn compression off in tiny_mce_config.php, as that will double-compress it.
The Category Page plugin usage had been quite difficult for many users, mostly because I did not wrote any kind of decent documentation. To lighten up a bit this issue I’m writing this howto, in order to explain better both the inner logic and the usage of this plugin.
What’s this plugin purpose?
Category Page let you [...]
Finally, WordPress 2.5 went public, with a huge set of enhancements. You can learn more on them reading the official announcement on wordpress.org.
Talking about us, our plugins, both Upload+ and Category Page are now 2.5 ready, so download and test them! If you feel that something is not working, please report it on the support [...]
We have managed to make Category Page out *before* WordPress 2.5 itself (ok, that’s not a big deal), so we have a little more room to debug and fix it before releasing officially. While I work on the new themepack to bundle with the plugin, you can download the 2.5 development version from this page and [...]
I’ve forgotten one file while tagging 2.5 stable release, sorry for that. Out now 2.5.1, now working properly. Thank you for your patience. Download now!