Ever need to add your own class to your WordPress comment template but not sure how because of the function comment_class that controls the classes? Check out the function comment_class and you will see adding your own custom classes very easily.
Allow this sounds pretty basic – it is a lifesaver for doing a lot of customizations.
HOWTO: Add a Custom Comment Class to WordPress
1Posted by: Jennifer Zelazny on November 30, 2009
Categorized: SDAC Blog, WordPress, WordPress Logic
Tagged: comment_class, WordPress, WordPress functions
Ever need to add your own class to your WordPress comment template but not sure how because of the function comment_class that controls the classes? Check out the function comment_class and you will see adding your own custom classes very easily.
Allow this sounds pretty basic – it is a lifesaver for doing a lot of customizations.