<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
	>
<channel>
	<title>Comments on: WordPress anguish</title>
	<atom:link href="http://www.itauthor.com/2008/09/15/wordpress-anguish/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itauthor.com/2008/09/15/wordpress-anguish/</link>
	<description>Stuff about technical writing and software</description>
	<lastBuildDate>Sat, 04 Feb 2012 23:42:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Alistair</title>
		<link>http://www.itauthor.com/2008/09/15/wordpress-anguish/comment-page-1/#comment-4969</link>
		<dc:creator>Alistair</dc:creator>
		<pubDate>Thu, 25 Sep 2008 17:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.itauthor.eu/2008/09/15/wordpress-anguish/#comment-4969</guid>
		<description>Sorry that didn&#039;t work the way you wanted.

Let me know if you find a solution.</description>
		<content:encoded><![CDATA[<p>Sorry that didn't work the way you wanted.</p>
<p>Let me know if you find a solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Simonds</title>
		<link>http://www.itauthor.com/2008/09/15/wordpress-anguish/comment-page-1/#comment-4966</link>
		<dc:creator>Alan Simonds</dc:creator>
		<pubDate>Thu, 25 Sep 2008 10:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.itauthor.eu/2008/09/15/wordpress-anguish/#comment-4966</guid>
		<description>Just realised, I need to do a bit more investigation.  I would like the comments after each post, but not with the add comment box on each one.

Back to the drawing board :-(</description>
		<content:encoded><![CDATA[<p>Just realised, I need to do a bit more investigation.  I would like the comments after each post, but not with the add comment box on each one.</p>
<p>Back to the drawing board :-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Simonds</title>
		<link>http://www.itauthor.com/2008/09/15/wordpress-anguish/comment-page-1/#comment-4965</link>
		<dc:creator>Alan Simonds</dc:creator>
		<pubDate>Thu, 25 Sep 2008 09:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.itauthor.eu/2008/09/15/wordpress-anguish/#comment-4965</guid>
		<description>Hi Alistair

Been scouring the net to find an answer to the comment problem for my index page.  Your solution worked brilliantly :-)

Thanks for that</description>
		<content:encoded><![CDATA[<p>Hi Alistair</p>
<p>Been scouring the net to find an answer to the comment problem for my index page.  Your solution worked brilliantly :-)</p>
<p>Thanks for that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alistair</title>
		<link>http://www.itauthor.com/2008/09/15/wordpress-anguish/comment-page-1/#comment-4892</link>
		<dc:creator>Alistair</dc:creator>
		<pubDate>Sat, 20 Sep 2008 11:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.itauthor.eu/2008/09/15/wordpress-anguish/#comment-4892</guid>
		<description>Hey thanks Tom. That was easy!

I just added 

&lt;?php $wp_query-&gt;is_single = true; ?&gt;
&lt;?php comments_template(); ?&gt;

into archive.php, in the while loop, just after getPost(); and it worked a treat.

That&#039;s the thing with WordPress. You just have to &lt;i&gt;know&lt;/i&gt; that stuff. Once you know how to do it it&#039;s easy, but unless you happen to know an expert, or you strike lucky while Googling, there seems to be no way of learning how to do a lot of this stuff other than by putting in many, many hours of painful trial and error. 

Plugins are another pain point in WordPress. I can&#039;t tell you how many plugins I&#039;ve downloaded and installed and they just don&#039;t work. The &quot;Subscribe to Comments&quot; plugin seems to be one of those. When I installed it first it did send me an email (so I know it kind of works, given a fair wind, and if the moon is in the correct phase) but it seems like it&#039;s not reliable.

Anyway, thanks for helping me out with the comments Tom.</description>
		<content:encoded><![CDATA[<p>Hey thanks Tom. That was easy!</p>
<p>I just added </p>
<p>&lt;?php $wp_query-&gt;is_single = true; ?&gt;<br />
&lt;?php comments_template(); ?&gt;</p>
<p>into archive.php, in the while loop, just after getPost(); and it worked a treat.</p>
<p>That's the thing with WordPress. You just have to <i>know</i> that stuff. Once you know how to do it it's easy, but unless you happen to know an expert, or you strike lucky while Googling, there seems to be no way of learning how to do a lot of this stuff other than by putting in many, many hours of painful trial and error. </p>
<p>Plugins are another pain point in WordPress. I can't tell you how many plugins I've downloaded and installed and they just don't work. The "Subscribe to Comments" plugin seems to be one of those. When I installed it first it did send me an email (so I know it kind of works, given a fair wind, and if the moon is in the correct phase) but it seems like it's not reliable.</p>
<p>Anyway, thanks for helping me out with the comments Tom.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Johnson</title>
		<link>http://www.itauthor.com/2008/09/15/wordpress-anguish/comment-page-1/#comment-4888</link>
		<dc:creator>Tom Johnson</dc:creator>
		<pubDate>Fri, 19 Sep 2008 07:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.itauthor.eu/2008/09/15/wordpress-anguish/#comment-4888</guid>
		<description>Interesting. I did select Subscribe to Comments, but I never received a follow up email. And this post doesn&#039;t seem to have the Subscribe to Comments option, but other posts do. Hmmm.

Re another company taking Wordpress&#039; place, I agree that WordPress is frustrating, but it would be hard to best the hundreds of plugins that people have written for it. 

I&#039;ve heard great things about Movable Type, though.</description>
		<content:encoded><![CDATA[<p>Interesting. I did select Subscribe to Comments, but I never received a follow up email. And this post doesn't seem to have the Subscribe to Comments option, but other posts do. Hmmm.</p>
<p>Re another company taking WordPress' place, I agree that WordPress is frustrating, but it would be hard to best the hundreds of plugins that people have written for it. </p>
<p>I've heard great things about Movable Type, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Johnson</title>
		<link>http://www.itauthor.com/2008/09/15/wordpress-anguish/comment-page-1/#comment-4887</link>
		<dc:creator>Tom Johnson</dc:creator>
		<pubDate>Fri, 19 Sep 2008 07:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.itauthor.eu/2008/09/15/wordpress-anguish/#comment-4887</guid>
		<description>When I click your Podcast button, it calls on your archive.php file to display the content. If you want your archive.php file to show the comment form, just tweak it in the same way that you tweaked the index.php or home.php files.

For some reason, I thought you had Subscribe to Comments plugin, so I didn&#039;t think you&#039;d responded. I just checked back now and saw your response. 

Let me know if this works for you.</description>
		<content:encoded><![CDATA[<p>When I click your Podcast button, it calls on your archive.php file to display the content. If you want your archive.php file to show the comment form, just tweak it in the same way that you tweaked the index.php or home.php files.</p>
<p>For some reason, I thought you had Subscribe to Comments plugin, so I didn't think you'd responded. I just checked back now and saw your response. </p>
<p>Let me know if this works for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alistair</title>
		<link>http://www.itauthor.com/2008/09/15/wordpress-anguish/comment-page-1/#comment-4873</link>
		<dc:creator>Alistair</dc:creator>
		<pubDate>Wed, 17 Sep 2008 22:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.itauthor.eu/2008/09/15/wordpress-anguish/#comment-4873</guid>
		<description>Hi Tom,

Unfortunately it&#039;s not fixed. If you click on a category (e.g. &lt;a href=&quot;http://www.itauthor.com/category/podcasts/&quot; rel=&quot;nofollow&quot;&gt;Podcasts&lt;/a&gt;) you don&#039;t see the Comments form at the bottom of each post. I know a lot of people visit my Podcasts page and don&#039;t see the Comments form, so don&#039;t know they can leave a comment. They need to know that they have to click the post title to display the post on its own page and then scroll down to find the form. I just wanted the Comments form to be shown under each post - no matter what type of page it appears on.

If you know how to do this please let me know.

But anyway, hey, thanks for the comment!

:-)</description>
		<content:encoded><![CDATA[<p>Hi Tom,</p>
<p>Unfortunately it's not fixed. If you click on a category (e.g. <a href="http://www.itauthor.com/category/podcasts/" rel="nofollow">Podcasts</a>) you don't see the Comments form at the bottom of each post. I know a lot of people visit my Podcasts page and don't see the Comments form, so don't know they can leave a comment. They need to know that they have to click the post title to display the post on its own page and then scroll down to find the form. I just wanted the Comments form to be shown under each post - no matter what type of page it appears on.</p>
<p>If you know how to do this please let me know.</p>
<p>But anyway, hey, thanks for the comment!</p>
<p>:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Johnson</title>
		<link>http://www.itauthor.com/2008/09/15/wordpress-anguish/comment-page-1/#comment-4866</link>
		<dc:creator>Tom Johnson</dc:creator>
		<pubDate>Tue, 16 Sep 2008 16:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.itauthor.eu/2008/09/15/wordpress-anguish/#comment-4866</guid>
		<description>By the way, I think people generally know how to leave comments on a blog post -- just click the comments link. I&#039;ve only had 1 person ever write to me directly asking how they are supposed to leave a comment.</description>
		<content:encoded><![CDATA[<p>By the way, I think people generally know how to leave comments on a blog post -- just click the comments link. I've only had 1 person ever write to me directly asking how they are supposed to leave a comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Johnson</title>
		<link>http://www.itauthor.com/2008/09/15/wordpress-anguish/comment-page-1/#comment-4864</link>
		<dc:creator>Tom Johnson</dc:creator>
		<pubDate>Tue, 16 Sep 2008 16:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.itauthor.eu/2008/09/15/wordpress-anguish/#comment-4864</guid>
		<description>Alistair, You modified your site correctly -- just log out and you&#039;ll see the comments form below each post. At least I see it.</description>
		<content:encoded><![CDATA[<p>Alistair, You modified your site correctly -- just log out and you'll see the comments form below each post. At least I see it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

