<?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"
	>
<channel>
	<title>Comments for The WordPress Podcast</title>
	<atom:link href="http://wp-community.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://wp-community.org</link>
	<description>The #1 Podcast for WordPress News and Information</description>
	<pubDate>Sun, 18 May 2008 04:29:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on The Voices of WordCamp Dallas by Simon Jones</title>
		<link>http://wp-community.org/2008/05/08/the-voices-of-wordcamp-dallas/#comment-7406</link>
		<dc:creator>Simon Jones</dc:creator>
		<pubDate>Tue, 13 May 2008 23:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://wp-community.org/?p=76#comment-7406</guid>
		<description>Looking forward to the UK word camp.</description>
		<content:encoded><![CDATA[<p>Looking forward to the UK word camp.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Voices of WordCamp Dallas by Michael</title>
		<link>http://wp-community.org/2008/05/08/the-voices-of-wordcamp-dallas/#comment-7405</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 12 May 2008 22:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://wp-community.org/?p=76#comment-7405</guid>
		<description>Thanks for compiling these audio snapshots.  The speakers seemed to be bursting with enthusiasm, and it was a great way to get close to people that we've heard of, but maybe not had the chance to listen to.  
It complemented the videos from WordCamp Dallas really nicely.  Cheers!

And BTW: What is this nifty comment editing plugin that allows me to correct typos after posting, called?</description>
		<content:encoded><![CDATA[<p>Thanks for compiling these audio snapshots.  The speakers seemed to be bursting with enthusiasm, and it was a great way to get close to people that we&#8217;ve heard of, but maybe not had the chance to listen to.<br />
It complemented the videos from WordCamp Dallas really nicely.  Cheers!</p>
<p>And BTW: What is this nifty comment editing plugin that allows me to correct typos after posting, called?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Episode 40: Technorati and older versions of WordPress, Woopra, Weblog Tools Videos by Wayne Hatcher</title>
		<link>http://wp-community.org/2008/04/24/episode-40/#comment-7402</link>
		<dc:creator>Wayne Hatcher</dc:creator>
		<pubDate>Fri, 02 May 2008 06:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://wp-community.org/?p=75#comment-7402</guid>
		<description>@Jacob
Within the template tag "wp_tag_cloud()" there is an "include" and "exclude" paramater, either of which (but not both at the same time) can be used to display a "partial" tag cloud. Both parameters are driven by the tags' IDs. The codex on it is at http://codex.wordpress.org/Template_Tags/wp_tag_cloud</description>
		<content:encoded><![CDATA[<p>@Jacob<br />
Within the template tag &#8220;wp_tag_cloud()&#8221; there is an &#8220;include&#8221; and &#8220;exclude&#8221; paramater, either of which (but not both at the same time) can be used to display a &#8220;partial&#8221; tag cloud. Both parameters are driven by the tags&#8217; IDs. The codex on it is at <a href="http://codex.wordpress.org/Template_Tags/wp_tag_cloud" rel="nofollow" class="extlink">http://codex.wordpress.org/Template_Tags/wp_tag_cloud</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Episode 40: Technorati and older versions of WordPress, Woopra, Weblog Tools Videos by Jacob Santos</title>
		<link>http://wp-community.org/2008/04/24/episode-40/#comment-7401</link>
		<dc:creator>Jacob Santos</dc:creator>
		<pubDate>Fri, 02 May 2008 01:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://wp-community.org/?p=75#comment-7401</guid>
		<description>@Wayne

The way tags work in the WordPress library, is that you reference them by the name, not by the id. Therefore you don't need to know ids of the tags. However, this doesn't apply to categories (in every instance), so it would be nice to know the IDs of them. I've heard there is a plugin, I just don't know where it is.</description>
		<content:encoded><![CDATA[<p>@Wayne</p>
<p>The way tags work in the WordPress library, is that you reference them by the name, not by the id. Therefore you don&#8217;t need to know ids of the tags. However, this doesn&#8217;t apply to categories (in every instance), so it would be nice to know the IDs of them. I&#8217;ve heard there is a plugin, I just don&#8217;t know where it is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Episode 40: Technorati and older versions of WordPress, Woopra, Weblog Tools Videos by Wayne Hatcher</title>
		<link>http://wp-community.org/2008/04/24/episode-40/#comment-7400</link>
		<dc:creator>Wayne Hatcher</dc:creator>
		<pubDate>Tue, 29 Apr 2008 02:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://wp-community.org/?p=75#comment-7400</guid>
		<description>Charles, do you leave a question for Matt here? In any case, here is a question for someone: It is nice to see an admin page for tags in 2.5, but why doesn't it show the tag id's for each tag, and why were the category id's taken away in the category's admin page? I have just recently started hand writing some of my sidebar category lists upon learning how to use the template tag "wp_list_categories()" to show only some of my categories in one list in the sidebar, and another list of different categories on another page or in another location on the sidebar. This is only possible if you know what the category id's are. The same thing is possible using the "wp_tag_cloud" template tag. I was going into my "MyphpAdmin" databases to find this, and had hoped those tag id's would show up in the new WP 2.5, but, alas, no. Is this not a step backward, at least in this area?
Regards.</description>
		<content:encoded><![CDATA[<p>Charles, do you leave a question for Matt here? In any case, here is a question for someone: It is nice to see an admin page for tags in 2.5, but why doesn&#8217;t it show the tag id&#8217;s for each tag, and why were the category id&#8217;s taken away in the category&#8217;s admin page? I have just recently started hand writing some of my sidebar category lists upon learning how to use the template tag &#8220;wp_list_categories()&#8221; to show only some of my categories in one list in the sidebar, and another list of different categories on another page or in another location on the sidebar. This is only possible if you know what the category id&#8217;s are. The same thing is possible using the &#8220;wp_tag_cloud&#8221; template tag. I was going into my &#8220;MyphpAdmin&#8221; databases to find this, and had hoped those tag id&#8217;s would show up in the new WP 2.5, but, alas, no. Is this not a step backward, at least in this area?<br />
Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Episode 40: Technorati and older versions of WordPress, Woopra, Weblog Tools Videos by Theo Jones</title>
		<link>http://wp-community.org/2008/04/24/episode-40/#comment-7399</link>
		<dc:creator>Theo Jones</dc:creator>
		<pubDate>Fri, 25 Apr 2008 17:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://wp-community.org/?p=75#comment-7399</guid>
		<description>You guys are sooo unlukcy with WP releases! Yesterday podcast today wordpress 2.5.1!</description>
		<content:encoded><![CDATA[<p>You guys are sooo unlukcy with WP releases! Yesterday podcast today wordpress 2.5.1!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Episode 40: Technorati and older versions of WordPress, Woopra, Weblog Tools Videos by Richard Gatarski</title>
		<link>http://wp-community.org/2008/04/24/episode-40/#comment-7398</link>
		<dc:creator>Richard Gatarski</dc:creator>
		<pubDate>Fri, 25 Apr 2008 13:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://wp-community.org/?p=75#comment-7398</guid>
		<description>Charles, I've been a (lurking) listener since the start of The WordPress podcast and love it! Thanks to you and your team!!
Regarding woopra, PLEASE take a look at the first paragraph on my post http://www.weconverse.com/2008/04/25/weconverse-will-woopra/
I do not want to blow the whistle, but if you could comment/check in the issue I would appreciate that. I am extremely busy right now and have no time until next week to further investigate the causes myself. Cheers.</description>
		<content:encoded><![CDATA[<p>Charles, I&#8217;ve been a (lurking) listener since the start of The WordPress podcast and love it! Thanks to you and your team!!<br />
Regarding woopra, PLEASE take a look at the first paragraph on my post <a href="http://www.weconverse.com/2008/04/25/weconverse-will-woopra/" rel="nofollow" class="extlink">http://www.weconverse.com/2008/04/25/weconverse-will-woopra/</a><br />
I do not want to blow the whistle, but if you could comment/check in the issue I would appreciate that. I am extremely busy right now and have no time until next week to further investigate the causes myself. Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Episode 40: Technorati and older versions of WordPress, Woopra, Weblog Tools Videos by daysies</title>
		<link>http://wp-community.org/2008/04/24/episode-40/#comment-7397</link>
		<dc:creator>daysies</dc:creator>
		<pubDate>Thu, 24 Apr 2008 19:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://wp-community.org/?p=75#comment-7397</guid>
		<description>hi guys!

i'm listening to this episode of the WordPress Podcast, and i got to the part about Woopra not working on your Mac.

Chuck Lawson (@nonliteral on Twitter) wrote this article:
http://www.metaphoriclabs.com/articles/installing-java-6-on-mac-os-x/

i have Woopra working on my MacBook... hope this helps!

- Kathleen
(i'm @daysies on Twitter, too)</description>
		<content:encoded><![CDATA[<p>hi guys!</p>
<p>i&#8217;m listening to this episode of the WordPress Podcast, and i got to the part about Woopra not working on your Mac.</p>
<p>Chuck Lawson (@nonliteral on Twitter) wrote this article:<br />
<a href="http://www.metaphoriclabs.com/articles/installing-java-6-on-mac-os-x/" rel="nofollow" class="extlink">http://www.metaphoriclabs.com/articles/installing-java-6-on-mac-os-x/</a></p>
<p>i have Woopra working on my MacBook&#8230; hope this helps!</p>
<p>- Kathleen<br />
(i&#8217;m @daysies on Twitter, too)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Episode 40: Technorati and older versions of WordPress, Woopra, Weblog Tools Videos by Aaron</title>
		<link>http://wp-community.org/2008/04/24/episode-40/#comment-7396</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 24 Apr 2008 14:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://wp-community.org/?p=75#comment-7396</guid>
		<description>Re: AJAXed WordPress may have been mentioned at WordCamp Dallas.

Really!? Why doesn't anyone tell me these things?</description>
		<content:encoded><![CDATA[<p>Re: AJAXed WordPress may have been mentioned at WordCamp Dallas.</p>
<p>Really!? Why doesn&#8217;t anyone tell me these things?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Episode 40: Technorati and older versions of WordPress, Woopra, Weblog Tools Videos by Sarsura</title>
		<link>http://wp-community.org/2008/04/24/episode-40/#comment-7395</link>
		<dc:creator>Sarsura</dc:creator>
		<pubDate>Thu, 24 Apr 2008 14:30:46 +0000</pubDate>
		<guid isPermaLink="false">http://wp-community.org/?p=75#comment-7395</guid>
		<description>"Ask Matt" Q&#38;A sounds great.. i`m really looking forward to this great idea in future episodes.. :)

have a nice day

Sara</description>
		<content:encoded><![CDATA[<p>&#8220;Ask Matt&#8221; Q&amp;A sounds great.. i`m really looking forward to this great idea in future episodes.. <img src='http://wp-community.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>have a nice day</p>
<p>Sara</p>
]]></content:encoded>
	</item>
</channel>
</rss>
