<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: Display Post count with single Tag</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: Display Post count with single Tag</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 15:05:07 +0000</pubDate>

<item>
<title>MichaelH on "Display Post count with single Tag"</title>
<link>http://wordpress.org/support/topic/283653#post-1119281</link>
<pubDate>Sun, 28 Jun 2009 11:42:14 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">1119281@http://wordpress.org/support/</guid>
<description>&#60;p&#62;The reason for a cloud is to let the size 'describe' the approximate number of results for each entry in the cloud.
&#60;/p&#62;</description>
</item>
<item>
<title>davebowker on "Display Post count with single Tag"</title>
<link>http://wordpress.org/support/topic/283653#post-1118706</link>
<pubDate>Sat, 27 Jun 2009 18:21:09 +0000</pubDate>
<dc:creator>davebowker</dc:creator>
<guid isPermaLink="false">1118706@http://wordpress.org/support/</guid>
<description>&#60;p&#62;This is great for doing each tag individually, but how about if we wanted to display a tag cloud with the post count on each tag.&#60;/p&#62;
&#60;p&#62;Example, Summer (4), Spring (19), Autumn (7), Winter (2) ...etc...&#60;/p&#62;
&#60;p&#62;I looked but there doesn't seem to be a show_count option on the tags like there is on the categories.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>moe233 on "Display Post count with single Tag"</title>
<link>http://wordpress.org/support/topic/283653#post-1115614</link>
<pubDate>Thu, 25 Jun 2009 00:51:23 +0000</pubDate>
<dc:creator>moe233</dc:creator>
<guid isPermaLink="false">1115614@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Exactly what I wanted!&#60;/p&#62;
&#60;p&#62;Thanks &#60;/p&#62;
&#60;p&#62;I just modified the echo line to create a link to the tag posts (borrowed from &#60;a href=&#34;http://wordpress.org/support/topic/230594&#34;&#62;http://wordpress.org/support/topic/230594&#60;/a&#62; posted by you)
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "Display Post count with single Tag"</title>
<link>http://wordpress.org/support/topic/283653#post-1115587</link>
<pubDate>Thu, 25 Jun 2009 00:22:18 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">1115587@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Untested&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
//assuming your tag id is 44
$tags = get_tags(&#38;#39;include=44&#38;#39;);
if ($tags) {
foreach ($tags as $tag) {
echo &#38;#39;&#38;lt;p&#38;gt;Tag: &#38;#39; . $tag-&#38;gt;name  . &#38;#39;(&#38;#39; . $tag-&#38;gt;count . &#38;#39;)&#38;lt;/p&#38;gt;&#38;#39;;
}
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>moe233 on "Display Post count with single Tag"</title>
<link>http://wordpress.org/support/topic/283653#post-1115519</link>
<pubDate>Wed, 24 Jun 2009 22:50:10 +0000</pubDate>
<dc:creator>moe233</dc:creator>
<guid isPermaLink="false">1115519@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I need to display a single tag and the post count associated with it. For example, &#60;/p&#62;
&#60;p&#62;Summer (4)&#60;/p&#62;
&#60;p&#62;Thanks for assistance
&#60;/p&#62;</description>
</item>

</channel>
</rss>
