Adding Gravatar on Wordpress 2.5 Theme

I encourage everyone to use Gravatar once you upgraded to wordpress 2.5. The latest WordPress 2.5 has built-in Gravatar support so you don’t need to install a Gravatar plugins. All you need to do is open your comments.php and look for comments loop where you want the Gravatar to show up.
My comments loop look like […]

Filed under: Wordpress, , ,

How to highlight author comments in WordPress

Here’s how to make your own comments background color different from the rest of the commenter’s without using plugin.
First Step
Open your style.css or whatever the name of your css and add the following code
 
.authcomment
{
/*Use different color to match your theme*/
background-color: #B3FFCC !important;
}
 
Step Two
Open your comments.php and look for the line similar to this code since […]

Filed under: Wordpress,

Wordpress 2.5.1 Security Update

Version 2.5.1 of WordPress is now available. It includes a number of bug fixes, performance enhancements, and one very important security fix. We recommend everyone update immediately, particularly if your blog has open registration. The vulnerability is not public but it will be shortly.
If you download the entire 2.5.1 release, you will be getting over […]

Filed under: Blogging, Web Development, Wordpress, ,

WordPress 2.5 Goes Live

WordPress has developed a new version with its users in mind. They incorporated all the suggestions from its users and created the new WordPress 2.5 that is customizable and gets the job done a lot quicker.
The first thing you’ll notice in your WordPress dashboard is the color change. From the typical blue color to a […]

Filed under: Featured, Wordpress,