Posts tagged with ‘Wordpress’

How to remove #more tag in WordPress

advertisement

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 will redirect user to the single post page and auto focus on the anchor tag. I dun find this very useful but caused of confusion to my readers.

To remove the #more in WordPress listing, follow the steps below:-

Continue reading How to remove #more tag in WordPress »

WordPress: How to remove meta generator tag?

advertisement

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:-

Continue reading WordPress: How to remove meta generator tag? »

WordPress WP-Cache with GZip Compression enable

advertisement

wordpress, wordpress plugin, wordpress blog systemWhat 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 the database. WP-Cache allows to serve hundred of times more pages per second, and to reduce the response time from several tenths of seconds to less than a millisecond. (From: WP-Cache homepage)

How to have WP-Cache with Gzip compression enable?
The default WP-Cache plugin do not support gzip compression. If you would like to turn on WP-Cache with gzip compression you need to do some hacking. Here are the steps:-

Continue reading WordPress WP-Cache with GZip Compression enable »