<?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: HowTo: Styling Author Comments With Wordpress 2.7+</title>
	<atom:link href="http://www.kremalicious.com/2008/12/howto-styling-author-comments-with-wordpress-27/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kremalicious.com/2008/12/howto-styling-author-comments-with-wordpress-27/</link>
	<description>Home of designer, developer &#38; photographer Matthias Kretschmann</description>
	<lastBuildDate>Thu, 11 Mar 2010 15:40:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eve @ Letters to Breathe</title>
		<link>http://www.kremalicious.com/2008/12/howto-styling-author-comments-with-wordpress-27/#comment-48858</link>
		<dc:creator>Eve @ Letters to Breathe</dc:creator>
		<pubDate>Mon, 30 Nov 2009 02:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.kremalicious.com/?p=360#comment-48858</guid>
		<description>well- had I found this post about two hours ago I would be much happier!

Everything I found prior to this had me changing the function file and all sorts of work- all I wanted was a different background when I replied! :-) 

THANK YOU!!!!</description>
		<content:encoded><![CDATA[<p>well- had I found this post about two hours ago I would be much happier!</p>
<p>Everything I found prior to this had me changing the function file and all sorts of work- all I wanted was a different background when I replied! <img src='http://www.kremalicious.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </p>
<p>THANK YOU!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthias</title>
		<link>http://www.kremalicious.com/2008/12/howto-styling-author-comments-with-wordpress-27/#comment-48752</link>
		<dc:creator>Matthias</dc:creator>
		<pubDate>Fri, 02 Oct 2009 08:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.kremalicious.com/?p=360#comment-48752</guid>
		<description>@Enci

thanks so much, had the same problem!
btw great site (love the design!)</description>
		<content:encoded><![CDATA[<p>@Enci</p>
<p>thanks so much, had the same problem!<br />
btw great site (love the design!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maggie</title>
		<link>http://www.kremalicious.com/2008/12/howto-styling-author-comments-with-wordpress-27/#comment-48607</link>
		<dc:creator>Maggie</dc:creator>
		<pubDate>Fri, 28 Aug 2009 18:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.kremalicious.com/?p=360#comment-48607</guid>
		<description>Thanks for sharing WP codes. It was very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing WP codes. It was very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lyndon</title>
		<link>http://www.kremalicious.com/2008/12/howto-styling-author-comments-with-wordpress-27/#comment-48591</link>
		<dc:creator>Lyndon</dc:creator>
		<pubDate>Mon, 17 Aug 2009 18:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.kremalicious.com/?p=360#comment-48591</guid>
		<description>Found your site by accident. Great work my friend</description>
		<content:encoded><![CDATA[<p>Found your site by accident. Great work my friend</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Enci</title>
		<link>http://www.kremalicious.com/2008/12/howto-styling-author-comments-with-wordpress-27/#comment-48583</link>
		<dc:creator>Enci</dc:creator>
		<pubDate>Fri, 14 Aug 2009 23:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.kremalicious.com/?p=360#comment-48583</guid>
		<description>@SHADI


&lt;code&gt;
.bypostauthor {
background-color: #E7F8FB !important;
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@SHADI</p>
<p><code><br />
.bypostauthor {<br />
background-color: #E7F8FB !important;<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angeline Ray</title>
		<link>http://www.kremalicious.com/2008/12/howto-styling-author-comments-with-wordpress-27/#comment-48536</link>
		<dc:creator>Angeline Ray</dc:creator>
		<pubDate>Fri, 03 Jul 2009 14:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.kremalicious.com/?p=360#comment-48536</guid>
		<description>Nice and simple explanation.Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Nice and simple explanation.Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krema</title>
		<link>http://www.kremalicious.com/2008/12/howto-styling-author-comments-with-wordpress-27/#comment-36061</link>
		<dc:creator>krema</dc:creator>
		<pubDate>Sat, 21 Feb 2009 22:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.kremalicious.com/?p=360#comment-36061</guid>
		<description>Hi &lt;strong&gt;Justin&lt;/strong&gt;, when using wp_list_comments you can just grab the div in which the date is packed by Wordpress and position it somehow with position: absolute in your css. Wordpress assigns a class of &quot;commentmetadata&quot; and also &quot;comment-meta&quot; to the date div. But you can&#039;t access the markup directly to change the order cause Wordpress generates this automatically.

You would have to use the old comments.php code or use a custom callback function with wp_list_comments to have more control over the markup.</description>
		<content:encoded><![CDATA[<p>Hi <strong>Justin</strong>, when using wp_list_comments you can just grab the div in which the date is packed by Wordpress and position it somehow with position: absolute in your css. Wordpress assigns a class of &#8220;commentmetadata&#8221; and also &#8220;comment-meta&#8221; to the date div. But you can&#8217;t access the markup directly to change the order cause Wordpress generates this automatically.</p>
<p>You would have to use the old comments.php code or use a custom callback function with wp_list_comments to have more control over the markup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.kremalicious.com/2008/12/howto-styling-author-comments-with-wordpress-27/#comment-36054</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Sat, 21 Feb 2009 22:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.kremalicious.com/?p=360#comment-36054</guid>
		<description>I see your comments do this too. Is there any way to move the date up above the name?</description>
		<content:encoded><![CDATA[<p>I see your comments do this too. Is there any way to move the date up above the name?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.kremalicious.com/2008/12/howto-styling-author-comments-with-wordpress-27/#comment-32527</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Sun, 01 Feb 2009 18:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.kremalicious.com/?p=360#comment-32527</guid>
		<description>ok fine, this is what i was trying to say:

http://pastebin.com/f14377a3c</description>
		<content:encoded><![CDATA[<p>ok fine, this is what i was trying to say:</p>
<p><a href="http://pastebin.com/f14377a3c" rel="nofollow">http://pastebin.com/f14377a3c</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.kremalicious.com/2008/12/howto-styling-author-comments-with-wordpress-27/#comment-32525</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Sun, 01 Feb 2009 18:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.kremalicious.com/?p=360#comment-32525</guid>
		<description>I sill prefer:

&lt;code&gt;&lt;li user_id) $oddcomment = &#039;class=&quot;admincomment&quot;&#039;; echo $oddcomment; ?&gt; id=&quot;comment-&quot;&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I sill prefer:</p>
<p><code>&lt;li user_id) $oddcomment = 'class="admincomment"'; echo $oddcomment; ?&gt; id="comment-"&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shadi</title>
		<link>http://www.kremalicious.com/2008/12/howto-styling-author-comments-with-wordpress-27/#comment-23562</link>
		<dc:creator>Shadi</dc:creator>
		<pubDate>Sat, 03 Jan 2009 18:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.kremalicious.com/?p=360#comment-23562</guid>
		<description>I tried adding the li.bypostauthor { background: #c2c2c2; } but nothing happens it still doesnt work</description>
		<content:encoded><![CDATA[<p>I tried adding the li.bypostauthor { background: #c2c2c2; } but nothing happens it still doesnt work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harfleri</title>
		<link>http://www.kremalicious.com/2008/12/howto-styling-author-comments-with-wordpress-27/#comment-22155</link>
		<dc:creator>Harfleri</dc:creator>
		<pubDate>Fri, 26 Dec 2008 20:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.kremalicious.com/?p=360#comment-22155</guid>
		<description>thanks for this info...</description>
		<content:encoded><![CDATA[<p>thanks for this info&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mesonto</title>
		<link>http://www.kremalicious.com/2008/12/howto-styling-author-comments-with-wordpress-27/#comment-21183</link>
		<dc:creator>mesonto</dc:creator>
		<pubDate>Sat, 20 Dec 2008 21:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kremalicious.com/?p=360#comment-21183</guid>
		<description>Krema, I guess that is my point I basically have to copy what was already done in wp_list_comments (and other &#039;loopy&#039; functions) and subtly change their code. I think in so many ways v2.7 is homogenizing the designs. People will start to use the default &#039;function A&#039; or &#039;function B&#039; tools because customizing will become much more time intensive. I for one do not know which road I will go down. As a postscript I already had to semi rewrite the &#039;more...&#039; function on &#039;the_content&#039; function. A complete pain in the *ss. (wordpress is free however and the functionality is there)</description>
		<content:encoded><![CDATA[<p>Krema, I guess that is my point I basically have to copy what was already done in wp_list_comments (and other &#8216;loopy&#8217; functions) and subtly change their code. I think in so many ways v2.7 is homogenizing the designs. People will start to use the default &#8216;function A&#8217; or &#8216;function B&#8217; tools because customizing will become much more time intensive. I for one do not know which road I will go down. As a postscript I already had to semi rewrite the &#8216;more&#8230;&#8217; function on &#8216;the_content&#8217; function. A complete pain in the *ss. (wordpress is free however and the functionality is there)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krema</title>
		<link>http://www.kremalicious.com/2008/12/howto-styling-author-comments-with-wordpress-27/#comment-21119</link>
		<dc:creator>krema</dc:creator>
		<pubDate>Sat, 20 Dec 2008 15:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.kremalicious.com/?p=360#comment-21119</guid>
		<description>Hi &lt;strong&gt;mesonto&lt;/strong&gt;, well the simplicity of wp_list_comments is for the prize of loosing the ability for quick customization. In your case you would have to define a callback function in your template functions.php file where you can customize the display of the comments just like you&#039;ve done it in the pre-2.7 comments.php. You just have to define the callback function in wp_list_comments like so:

&lt;code&gt;&lt;?php wp_list_comments(&#039;callback=YOUR_FUNCTION_NAME&#039;); ?&gt;&lt;/code&gt;

There&#039;s a &lt;a href=&quot;http://codex.wordpress.org/Template_Tags/wp_list_comments#Comments_Only_With_A_Custom_Comment_Display&quot; rel=&quot;nofollow&quot;&gt;good example on the Codex page of wp_list_comments&lt;/a&gt; which should help you get it running.</description>
		<content:encoded><![CDATA[<p>Hi <strong>mesonto</strong>, well the simplicity of wp_list_comments is for the prize of loosing the ability for quick customization. In your case you would have to define a callback function in your template functions.php file where you can customize the display of the comments just like you&#8217;ve done it in the pre-2.7 comments.php. You just have to define the callback function in wp_list_comments like so:</p>
<p><code>&lt;?php wp_list_comments('callback=YOUR_FUNCTION_NAME'); ?&gt;</code></p>
<p>There&#8217;s a <a href="http://codex.wordpress.org/Template_Tags/wp_list_comments#Comments_Only_With_A_Custom_Comment_Display" rel="nofollow">good example on the Codex page of wp_list_comments</a> which should help you get it running.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mesonto</title>
		<link>http://www.kremalicious.com/2008/12/howto-styling-author-comments-with-wordpress-27/#comment-20845</link>
		<dc:creator>mesonto</dc:creator>
		<pubDate>Fri, 19 Dec 2008 02:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kremalicious.com/?p=360#comment-20845</guid>
		<description>Great article, but I have one question. In the old commenting system you could manipulate the order of the parts to the comment. But in WP2.7 they seemingly have taken that ability away from me or at least made it too complicated. Question: how about an example of placing the &#039;author&#039; after the &#039;date and time&#039;. Or do I just adjust each of their margins in CSS one - and one + to changing the order?</description>
		<content:encoded><![CDATA[<p>Great article, but I have one question. In the old commenting system you could manipulate the order of the parts to the comment. But in WP2.7 they seemingly have taken that ability away from me or at least made it too complicated. Question: how about an example of placing the &#8216;author&#8217; after the &#8216;date and time&#8217;. Or do I just adjust each of their margins in CSS one &#8211; and one + to changing the order?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
