<?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 for Michael Fields</title>
	<atom:link href="http://wordpress.mfields.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpress.mfields.org</link>
	<description>I&#039;m a Theme Wrangler at Automattic! Rock!</description>
	<lastBuildDate>Fri, 10 Feb 2012 14:20:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Taxonomy Images by Brad Williams</title>
		<link>http://wordpress.mfields.org/plugins/taxonomy-images/#comment-12933</link>
		<dc:creator>Brad Williams</dc:creator>
		<pubDate>Fri, 10 Feb 2012 14:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.mfields.org/?page_id=63#comment-12933</guid>
		<description>For anyone wanting to display an image for a taxonomy using the taxonomy ID, here is a good solution:

http://wordpress.org/support/topic/plugin-taxonomy-images-get-image-on-single-page#post-2613328</description>
		<content:encoded><![CDATA[<p>For anyone wanting to display an image for a taxonomy using the taxonomy ID, here is a good solution:</p>
<p><a href="http://wordpress.org/support/topic/plugin-taxonomy-images-get-image-on-single-page#post-2613328" rel="nofollow">http://wordpress.org/support/topic/plugin-taxonomy-images-get-image-on-single-page#post-2613328</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Taxonomy List Shortcode by Fonfon</title>
		<link>http://wordpress.mfields.org/plugins/taxonomy-list-shortcode/#comment-12832</link>
		<dc:creator>Fonfon</dc:creator>
		<pubDate>Wed, 08 Feb 2012 12:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.mfields.org/?page_id=57#comment-12832</guid>
		<description>Many thank&#039;s, it works !</description>
		<content:encoded><![CDATA[<p>Many thank&#8217;s, it works !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Taxonomy List Shortcode by Michael Fields</title>
		<link>http://wordpress.mfields.org/plugins/taxonomy-list-shortcode/#comment-12831</link>
		<dc:creator>Michael Fields</dc:creator>
		<pubDate>Wed, 08 Feb 2012 11:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.mfields.org/?page_id=57#comment-12831</guid>
		<description>You need to be more specific with your selectors. I&#039;m not sure what elements exist in your theme, but try to find an element with an id attribute above the entry div. The following works on my site:

[php]
#content a.edit-term {
    display: none;
}
#content a.term-name {
    left:0;
}
[/php]

&lt;code&gt;#content&lt;/code&gt; may not exist in your theme though. Post a link if you can&#039;t figure this out.</description>
		<content:encoded><![CDATA[<p>You need to be more specific with your selectors. I&#8217;m not sure what elements exist in your theme, but try to find an element with an id attribute above the entry div. The following works on my site:</p>
<pre class="brush: php; title: ; notranslate">
#content a.edit-term {
    display: none;
}
#content a.term-name {
    left:0;
}
</pre>
<p><code>#content</code> may not exist in your theme though. Post a link if you can&#8217;t figure this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Taxonomy List Shortcode by Fonfon</title>
		<link>http://wordpress.mfields.org/plugins/taxonomy-list-shortcode/#comment-12829</link>
		<dc:creator>Fonfon</dc:creator>
		<pubDate>Wed, 08 Feb 2012 10:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.mfields.org/?page_id=57#comment-12829</guid>
		<description>Hi Michael,
Thank&#039;s for your great plugin !

Is it a way to remove the edit link when I&#039;m connected, without to remove some code ?
I&#039;ve tried to add a CSS entry like [css].edit-term {display:none;}[/css], but it doesn&#039;t work.

Fonfon</description>
		<content:encoded><![CDATA[<p>Hi Michael,<br />
Thank&#8217;s for your great plugin !</p>
<p>Is it a way to remove the edit link when I&#8217;m connected, without to remove some code ?<br />
I&#8217;ve tried to add a CSS entry like
<pre class="brush: css; title: ; notranslate">.edit-term {display:none;}</pre>
<p>, but it doesn&#8217;t work.</p>
<p>Fonfon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Excerpts for Pages in WordPress 3.0 by Jay</title>
		<link>http://wordpress.mfields.org/2010/excerpts-for-pages-in-wordpress-3-0/#comment-12601</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Thu, 02 Feb 2012 03:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.mfields.org/?p=220#comment-12601</guid>
		<description>I had a plugin that pulled from the excerpt, but no excerpt field!  I added your one-liner, it worked. 
You, sir, are my hero of the day!</description>
		<content:encoded><![CDATA[<p>I had a plugin that pulled from the excerpt, but no excerpt field!  I added your one-liner, it worked.<br />
You, sir, are my hero of the day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Taxonomy Images by Ruben</title>
		<link>http://wordpress.mfields.org/plugins/taxonomy-images/#comment-12117</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Thu, 19 Jan 2012 13:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.mfields.org/?page_id=63#comment-12117</guid>
		<description>Sorry but i can get this plugin to work…absolutly no output. 

i use the plugin + this code and hooked it in place after loop:

[php]print apply_filters( &#039;taxonomy-images-list-the-terms&#039;, &#039;&#039;, array( &#039;image_size&#039; =&gt; &#039;detail&#039;, &#039;taxonomy&#039; =&gt; &#039;company&#039;, &#039;after&#039; =&gt; &#039;&lt;/div&gt;&#039;, &#039;after_image&#039; =&gt; &#039;&lt;/span&gt;&#039;, &#039;before&#039; =&gt; &#039;&lt;div&gt;&#039;, &#039;before_image&#039; =&gt; &#039;&lt;span&gt;&#039;, ) );[/php]

could you help me to figure it out?</description>
		<content:encoded><![CDATA[<p>Sorry but i can get this plugin to work…absolutly no output. </p>
<p>i use the plugin + this code and hooked it in place after loop:</p>
<pre class="brush: php; title: ; notranslate">print apply_filters( 'taxonomy-images-list-the-terms', '', array( 'image_size' =&gt; 'detail', 'taxonomy' =&gt; 'company', 'after' =&gt; '&lt;/div&gt;', 'after_image' =&gt; '&lt;/span&gt;', 'before' =&gt; '&lt;div&gt;', 'before_image' =&gt; '&lt;span&gt;', ) );</pre>
<p>could you help me to figure it out?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Taxonomy Images by Jay</title>
		<link>http://wordpress.mfields.org/plugins/taxonomy-images/#comment-12045</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Tue, 17 Jan 2012 20:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.mfields.org/?page_id=63#comment-12045</guid>
		<description>print apply_filters does not work for me. I have to use do_action. I don&#039;t get it.

Plugin is awesome by the way. Thanks!</description>
		<content:encoded><![CDATA[<p>print apply_filters does not work for me. I have to use do_action. I don&#8217;t get it.</p>
<p>Plugin is awesome by the way. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Append a posts taxonomy terms to post class. by Michael Fields</title>
		<link>http://wordpress.mfields.org/2010/append-a-posts-taxonomy-terms-to-post-class/#comment-11505</link>
		<dc:creator>Michael Fields</dc:creator>
		<pubDate>Fri, 06 Jan 2012 10:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.mfields.org/?p=274#comment-11505</guid>
		<description>Hi Maintainer, I&#039;ve posted the code that you asked for above as well as updated the code that was posted here to actually work correctly :) There were a few improvements that should have been made.</description>
		<content:encoded><![CDATA[<p>Hi Maintainer, I&#8217;ve posted the code that you asked for above as well as updated the code that was posted here to actually work correctly :) There were a few improvements that should have been made.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Append a posts taxonomy terms to post class. by Maintainer</title>
		<link>http://wordpress.mfields.org/2010/append-a-posts-taxonomy-terms-to-post-class/#comment-11501</link>
		<dc:creator>Maintainer</dc:creator>
		<pubDate>Fri, 06 Jan 2012 09:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.mfields.org/?p=274#comment-11501</guid>
		<description>That&#039;s fantastic.

How would I add multiple taxonomies though?

I tried repeating the function with different variable names, but the class was only added to the first occurrence of the second taxonomy.</description>
		<content:encoded><![CDATA[<p>That&#8217;s fantastic.</p>
<p>How would I add multiple taxonomies though?</p>
<p>I tried repeating the function with different variable names, but the class was only added to the first occurrence of the second taxonomy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Taxonomy Images Plugin &#8211; Moving Forward by Daniele</title>
		<link>http://wordpress.mfields.org/2011/taxonomy-images-plugin-moving-forward/#comment-10766</link>
		<dc:creator>Daniele</dc:creator>
		<pubDate>Fri, 23 Dec 2011 11:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.mfields.org/?p=438#comment-10766</guid>
		<description>Thanks MIcheal for this great plugin. The integration of taxonomies images in the wordpress media system is perfect. Perfect both from the end-user and the developer perspective.
I agree on your choice of filters to add images to the queries (as you nicely have explained in a forum thread on wordpress.org) and the way you stored the associations is another great thing: really easy to get and use.

keep up the good work!

Daniele</description>
		<content:encoded><![CDATA[<p>Thanks MIcheal for this great plugin. The integration of taxonomies images in the wordpress media system is perfect. Perfect both from the end-user and the developer perspective.<br />
I agree on your choice of filters to add images to the queries (as you nicely have explained in a forum thread on wordpress.org) and the way you stored the associations is another great thing: really easy to get and use.</p>
<p>keep up the good work!</p>
<p>Daniele</p>
]]></content:encoded>
	</item>
</channel>
</rss>

