.

< Browse > Home /

| Mobile | RSS

Show Related Posts in Wordpress without any plugins

It is always good to avoid as many plugins as you can and instead implement the feature with a code, since too many plugins hamper the loading time of the website and thus leading to a very slow website.
How to implement Related Posts in Wordpress without any plugins?
It is very simple. Just go to your [...]

[ More ] May 28th, 2009 | Comments | Posted in Wordpress |

Highlight Author Comments in Wordpress

I always wanted to know how to highlight my comments so that it always appears distinct from other comments and also appear easily to the other visitors.
Here are few steps through which you can achieve the same:
First go to your stylesheet ( The file would be mostly style.css) and add this following code
.authcomment {
background-color: #B3FFCC [...]

[ More ] May 18th, 2009 | Comments | Posted in Wordpress |

Turn off Post Revisions in Wordpress 2.7

Though I just love the new features of Wordpress 2.7,  one of its most nagging things is "Post Revisions".  If you don’t know what Post Revisions is, well it is a wiki like tracking system for both Posts and Pages which might come in handy for multi author blogs.
It keeps every post revision in the [...]

[ More ] May 3rd, 2009 | Comments | Posted in Wordpress |

Optimize your wordpress database with Optimize DB plugin

MySQL is an Amazing Database but one of its biggest grouse is that it cannot clean by itself. And as the time passes, the clutter in your wordpress table keeps on increasing, making your blog load slower. Therefore it is always good to optimize your database once in a while.
Optimize DB from Joost De Valk [...]

[ More ] May 2nd, 2009 | Comments | Posted in Wordpress |