<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to make special &#8220;author&#8221; comments in wordpress</title>
	<atom:link href="http://www.bloggingtips.com/2008/01/11/how-to-make-special-author-comments-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloggingtips.com/2008/01/11/how-to-make-special-author-comments-in-wordpress/</link>
	<description>Blog Themes, Blog Design &#38; Daily Blog Tips</description>
	<lastBuildDate>Wed, 08 Feb 2012 15:16:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Reboxetine.</title>
		<link>http://www.bloggingtips.com/2008/01/11/how-to-make-special-author-comments-in-wordpress/#comment-206120</link>
		<dc:creator>Reboxetine.</dc:creator>
		<pubDate>Mon, 14 Jul 2008 23:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/2008/01/11/how-to-make-special-author-comments-in-wordpress/#comment-206120</guid>
		<description>&lt;strong&gt;Vestra reboxetine....&lt;/strong&gt;

Reboxetine edronax....</description>
		<content:encoded><![CDATA[<p><strong>Vestra reboxetine&#8230;.</strong></p>
<p>Reboxetine edronax&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Ignorantsoup - Maki, My Life and Me</title>
		<link>http://www.bloggingtips.com/2008/01/11/how-to-make-special-author-comments-in-wordpress/#comment-168362</link>
		<dc:creator>The Ignorantsoup - Maki, My Life and Me</dc:creator>
		<pubDate>Mon, 09 Jun 2008 08:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/2008/01/11/how-to-make-special-author-comments-in-wordpress/#comment-168362</guid>
		<description>[...] I have also styled the comments properly. I finally found out how to style the comments such that my own comments are styled differently. [...]</description>
		<content:encoded><![CDATA[<p>[...] I have also styled the comments properly. I finally found out how to style the comments such that my own comments are styled differently. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: This Month In SEO - 1/08 - TheVanBlog</title>
		<link>http://www.bloggingtips.com/2008/01/11/how-to-make-special-author-comments-in-wordpress/#comment-65155</link>
		<dc:creator>This Month In SEO - 1/08 - TheVanBlog</dc:creator>
		<pubDate>Sat, 02 Feb 2008 01:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/2008/01/11/how-to-make-special-author-comments-in-wordpress/#comment-65155</guid>
		<description>[...] How to make special “author” comments in wordpress [...]</description>
		<content:encoded><![CDATA[<p>[...] How to make special “author” comments in wordpress [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Рекомендация по выделению администраторских комментариев среди других &#187; Как бесплатно создать сайт и блог? Журнал для веб-мастеров и бл</title>
		<link>http://www.bloggingtips.com/2008/01/11/how-to-make-special-author-comments-in-wordpress/#comment-60597</link>
		<dc:creator>Рекомендация по выделению администраторских комментариев среди других &#187; Как бесплатно создать сайт и блог? Журнал для веб-мастеров и бл</dc:creator>
		<pubDate>Mon, 21 Jan 2008 11:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/2008/01/11/how-to-make-special-author-comments-in-wordpress/#comment-60597</guid>
		<description>[...] статьи: How to make special “author” comments in wordpressPopularity: [...]</description>
		<content:encoded><![CDATA[<p>[...] статьи: How to make special “author” comments in wordpressPopularity: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wasabi</title>
		<link>http://www.bloggingtips.com/2008/01/11/how-to-make-special-author-comments-in-wordpress/#comment-58877</link>
		<dc:creator>wasabi</dc:creator>
		<pubDate>Thu, 17 Jan 2008 05:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/2008/01/11/how-to-make-special-author-comments-in-wordpress/#comment-58877</guid>
		<description>I prefer use a different method. For me is very more simple use this hack: 
 
Before the loop of comment that generally it is  
&lt;code&gt;&lt;/code&gt; 
write this code  
&lt;code&gt;post_author); ?&gt;&lt;/code&gt; 
 
and into the loop, but before the comment write: 
&lt;code&gt;comment_author_email == $authordata-&gt;user_email) $authcomment=true; 
?&gt;&lt;/code&gt; 
 
and change the Class in: 
&lt;code&gt;&lt;li class=&quot;&lt;b&gt;&quot; id=&quot;comment-&quot;&gt;&lt;/code&gt; 
 
Now create e rules into css style. 
li.alt =&gt; normal comments 
li.alt-author =&gt; comments by authours of article </description>
		<content:encoded><![CDATA[<p>I prefer use a different method. For me is very more simple use this hack:</p>
<p>Before the loop of comment that generally it is </p>
<p>&lt;code&gt;&lt;/code&gt;</p>
<p>write this code </p>
<p>&lt;code&gt;post_author); ?&gt;&lt;/code&gt;</p>
<p>and into the loop, but before the comment write:</p>
<p>&lt;code&gt;comment_author_email == $authordata-&gt;user_email) $authcomment=true;</p>
<p>?&gt;&lt;/code&gt;</p>
<p>and change the Class in:</p>
<p>&lt;code&gt;&lt;li class=&quot;&lt;b&gt;&quot; id=&quot;comment-&quot;&gt;&lt;/code&gt;</p>
<p>Now create e rules into css style.</p>
<p>li.alt =&gt; normal comments</p>
<p>li.alt-author =&gt; comments by authours of article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Le ultime notizie pi&#249; succulente dal mondo dei blog - Edizione del Gennaio 2008 &#124; MondoBlog</title>
		<link>http://www.bloggingtips.com/2008/01/11/how-to-make-special-author-comments-in-wordpress/#comment-57432</link>
		<dc:creator>Le ultime notizie pi&#249; succulente dal mondo dei blog - Edizione del Gennaio 2008 &#124; MondoBlog</dc:creator>
		<pubDate>Mon, 14 Jan 2008 09:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/2008/01/11/how-to-make-special-author-comments-in-wordpress/#comment-57432</guid>
		<description>[...] How to make special &#8220;author&#8221; comments in wordpress [...]</description>
		<content:encoded><![CDATA[<p>[...] How to make special &#8220;author&#8221; comments in wordpress [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Coyier</title>
		<link>http://www.bloggingtips.com/2008/01/11/how-to-make-special-author-comments-in-wordpress/#comment-56605</link>
		<dc:creator>Chris Coyier</dc:creator>
		<pubDate>Sat, 12 Jan 2008 14:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/2008/01/11/how-to-make-special-author-comments-in-wordpress/#comment-56605</guid>
		<description>@Cigar Jack: Yep, charity covers that in her article I linked to. Basically you just need to put an else statement in there: 
 
else if ($comment-&gt;comment_author_email == &quot;guest@email.com&quot;) echo &#039;specialguest&#039;; 
 
@Jamie0: Yep, I&#039;m sure that&#039;s possible. That article you linked to had the WordPress PHP commands there to get the user level, so just write some IF statements for the different levels that apply different classes based on level. </description>
		<content:encoded><![CDATA[<p>@Cigar Jack: Yep, charity covers that in her article I linked to. Basically you just need to put an else statement in there:</p>
<p>else if ($comment-&gt;comment_author_email == &quot;guest@email.com&quot;) echo &#39;specialguest&#39;;</p>
<p>@Jamie0: Yep, I&#39;m sure that&#39;s possible. That article you linked to had the WordPress PHP commands there to get the user level, so just write some IF statements for the different levels that apply different classes based on level.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JamieO</title>
		<link>http://www.bloggingtips.com/2008/01/11/how-to-make-special-author-comments-in-wordpress/#comment-56383</link>
		<dc:creator>JamieO</dc:creator>
		<pubDate>Sat, 12 Jan 2008 00:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/2008/01/11/how-to-make-special-author-comments-in-wordpress/#comment-56383</guid>
		<description>Could you verify against the user level of a commenter? Similar line of thinking to &lt;a href=&quot;http://www.marcorichter.net/ramblings/filter-yourself-from-google-analytics.html&quot; rel=&quot;nofollow&quot;&gt;how to filter yourself out of google analytics reports&lt;/a&gt; has done. </description>
		<content:encoded><![CDATA[<p>Could you verify against the user level of a commenter? Similar line of thinking to <a href="http://www.marcorichter.net/ramblings/filter-yourself-from-google-analytics.html" rel="nofollow">how to filter yourself out of google analytics reports</a> has done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cigar Jack</title>
		<link>http://www.bloggingtips.com/2008/01/11/how-to-make-special-author-comments-in-wordpress/#comment-56329</link>
		<dc:creator>Cigar Jack</dc:creator>
		<pubDate>Fri, 11 Jan 2008 21:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/2008/01/11/how-to-make-special-author-comments-in-wordpress/#comment-56329</guid>
		<description>Great tip, but what if you have a site with multiple authors? Can you set it to check against the post author email address somehow? </description>
		<content:encoded><![CDATA[<p>Great tip, but what if you have a site with multiple authors? Can you set it to check against the post author email address somehow?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

