Dec 15, 2008
Although Plugins are very useful and necessary, CSS is as well. If users take time to leave a comment on your site, the least they deserve is for it to look nice.
Let's take a look at the basic Wordpress comment loop:
<li class="<?php echo $oddcomment; ?>" id="comment-<?php comment_ID() ?>">
Edit Author (and guest author) Comment Style
I'm only going to show you how to make the authors' comment a different colored background and text (I'll make it gray and orange in this ...
Nov 28, 2008
This is the first of a two part series about wordpress comments. After using some of these plugins, you still might be interested in even more advanced and unique looks that can be only achieved beautifully by CSS.
Wordpress Comment Plugins
Spam Protection
Akismet: The ultimate spam protection. One of the favorite among numerous blogs. The most probable reason why? It's created by the geniouses behind Wordpress itself. The plugin requires an API key, which is free, from Wordpress.com
Spam Karma Plugin: Effortlessly blocks ...
Jun 17, 2008
Here I will provide you with the xhtml, wordpress tags, CSS, and images to show your posts' date in a very fashionable and original way!
Let's go through the basic concepts, displaying date in text format only (no images). Date can be displayed in numerous ways. Here are some basic codes:
<?php the_time('F j, Y'); ?> . That code gives you : June 16, 2008
<?php the_time('l, F j, Y'); ?> . That code gives you ...