<?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>Bin-Blog &#187; author</title>
	<atom:link href="http://www.bin-co.com/blog/tag/author/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bin-co.com/blog</link>
	<description>Learn about the latest in Web Development - as soon as I do.</description>
	<lastBuildDate>Tue, 13 Oct 2009 18:55:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Highlight Author&#8217;s Comments in WordPress without using a WordPress Plugin</title>
		<link>http://www.bin-co.com/blog/2009/05/highlight-authors-comments-in-wordpress-without-using-a-wordpress-plugin/</link>
		<comments>http://www.bin-co.com/blog/2009/05/highlight-authors-comments-in-wordpress-without-using-a-wordpress-plugin/#comments</comments>
		<pubDate>Thu, 14 May 2009 18:44:58 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[author]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[highlight]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[plugin-killer]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=272</guid>
		<description><![CDATA[Many blogs highlight the author's comment in the comments section. You can use many plugins to get this effect(For eg., the <a href="http://rmarsh.com/plugins/highlight-comments/">Highlight Author Comments</a> Plugin) - but you don't have to. You can get the get the same effect by adding a small bit of code to your theme.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/03/wordpress-sticker.jpg" alt="WordPress Sticker" title="WordPress Sticker" width="300" height="282" class="aligncenter size-full wp-image-236 intro" align="right" /></p>
<p class="intro">Many blogs highlight the author&#8217;s comment in the comments section. You can use many plugins to get this effect(For eg., the <a href="http://rmarsh.com/plugins/highlight-comments/">Highlight Author Comments</a> Plugin) &#8211; but you don&#8217;t have to. You can get the get the same effect by adding a small bit of code to your theme.</p>
<h2>The Changes</h2>
<p>Just open up the <code>style.css</code> file in your active and add this at line at the end&#8230;</p>
<pre><code class="css">.bypostauthor { background-color:#aaa !important; }</code></pre>
<p>Change the #aaa to the color you want as the author comment&#8217;s background. That&#8217;s it &#8211; you&#8217;re all done.</p>
<p>Note: This will only work on 2.7+ version of WordPress &#8211; if you are using an older version, please <a href="http://www.dullest.com/blog/highlight-author-comments-wordpress/">read the instructions in this post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2009/05/highlight-authors-comments-in-wordpress-without-using-a-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
