How to remove #more tag in Wordpress

Tuesday, February 2nd, 2010

By default Wordpress post listing will embed with #more tag. If you do not like the #more tag like me, you can remove the #more tag using wordpress filter. In case you do not know what is #more tag, here’s the explanation. Whenever user click on the “read more” link at the post listing, it [...]

Wordpress: How to remove meta generator tag?

Thursday, February 12th, 2009

Wordpress show ver no. in meta generator tag by default. You may remove the meta generator tag for security reason. It’s easy to remove meta generator tag in wordpress, just add a line to a line.
To remove meta generator tag in wordpress, follow the steps below:-

Wordpress WP-Cache with GZip Compression enable

Monday, September 11th, 2006

What is WP-Cache?
WP-Cache is an extremely efficient WordPress page caching system to make your site much faster and responsive. It works by caching Worpress pages and storing them in a static file for serving future requests directly from the file rather than loading and compiling the whole PHP code and then building the page from [...]