Autor comment highlight in WordPress 2.8+
Posted in Wordpress by Alex | Tags: author comment styling, comment highlightHello there! If you are new here, you might want to subscribe to the RSS feed for updates on this topic.
Author comment highlighting was never been easyer. I tryed Matt`s technique but it didn’t work because I didn’t find the in my comments.php, so I looked for another way of changing the background color of my author comments in WordPress 2.8.4

You see, as from WordPress 2.7 the developers introduced a special author comment list class that is available only to the author comments. So this means that we will have to set up a css color tag on that class just like in Matt`s example.
So head on and open up your style.css and paste this code:
.bypostauthor { background-color: #dafbd4 !important; }
You may be interested in these also:
4 Comments to “Autor comment highlight in WordPress 2.8+”
Post comment
Sponsors
Pages
Recent Posts
- 35+ free Icon sets for your next web development project
- Grunge web design tools, brushes and patterns
- Rushhour: WordPress Corporate business blog template
- Autor comment highlight in WordPress 2.8+
- How to create a peel ad in a WordPress blog
- How to make a author box in WordPress
- Best 5 wordpress hosting providers
- A free Photoshop WordPress theme
- 15+ Internet Explorer comics
- How to debug for IE6 with multiple IE instances
- 20+ deviant inspirational design layouts
- How to make your very own CAPTCHA
- 25+ incredible Photoshop makeover videos
- 10 best of the best Joomla themes
- How to set up a hotel reservation form in a WordPress page
Alex says:
And voila! Instant author comment love
PzheL says:
NIce trick that works so easily. Many thanks! =D
PzheL´s last blog ..The NS Song of Life
Talal says:
Thank you! Thank you!!
I spent 2 hours trying to do this with tutorials for the old wordpress and as you said couldn’t find that line in comments.php .. And finally I got to your site and found the way to do it. Thank you again!!
Filip says:
hello…first of all thank you for this trick…just have a little “problem”…my comment turns “green” or any colour i set it, only when someone comments after me…have any ideea why? Thanks!