<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Design strike &#187; comment highlight</title>
	<atom:link href="http://designstrike.net/tag/comment-highlight/feed" rel="self" type="application/rss+xml" />
	<link>http://designstrike.net</link>
	<description>Striking with the latest design info</description>
	<lastBuildDate>Fri, 18 Jun 2010 13:51:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Autor comment highlight in WordPress 2.8+</title>
		<link>http://designstrike.net/wordpress/autor-comment-highlight-in-wordpress-2-8.html</link>
		<comments>http://designstrike.net/wordpress/autor-comment-highlight-in-wordpress-2-8.html#comments</comments>
		<pubDate>Sun, 11 Oct 2009 17:22:57 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[author comment styling]]></category>
		<category><![CDATA[comment highlight]]></category>

		<guid isPermaLink="false">http://designstrike.net/?p=1317</guid>
		<description><![CDATA[Author comment highlighting was never been easyer. I tryed Matt`s technique but it didn&#8217;t work because I didn&#8217;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 [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdesignstrike.net%2Fwordpress%2Fautor-comment-highlight-in-wordpress-2-8.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdesignstrike.net%2Fwordpress%2Fautor-comment-highlight-in-wordpress-2-8.html&amp;source=designstrike&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Author comment highlighting was never been easyer. I tryed <a href="http://www.mattcutts.com/blog/highlight-author-comments-wordpress/" rel='nofollow'>Matt`s technique</a> but it didn&#8217;t work because I didn&#8217;t find the <strong><?php echo $oddcomment; ?></strong> in my <strong>comments.php</strong>, so I looked for another way of changing the background color of my author comments in WordPress 2.8.4</p>
<p><img src="http://designstrike.net/wp-content/uploads/2009/10/comment-highlight.gif" alt="comment-highlight" title="comment-highlight" width="600" height="229" class="alignnone size-full wp-image-1321" /><br />
<span id="more-1317"></span><br />
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 <a href="http://www.mattcutts.com/blog/highlight-author-comments-wordpress/" rel='nofollow'>Matt`s example</a>.</p>
<p><strong>So head on and open up your style.css and paste this code:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.bypostauthor</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#dafbd4</span> !important<span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://designstrike.net/wordpress/autor-comment-highlight-in-wordpress-2-8.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
