<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The DF Lab &#187; wordpress</title>
	<atom:link href="http://blog.danfego.net/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.danfego.net</link>
	<description>A guy like me?</description>
	<lastBuildDate>Tue, 03 Nov 2009 15:31:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Comment Issues</title>
		<link>http://blog.danfego.net/2009/01/comment-issues/</link>
		<comments>http://blog.danfego.net/2009/01/comment-issues/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 06:27:37 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[miscellaneous]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.danfego.net/?p=134</guid>
		<description><![CDATA[A visitor to my blog yesterday was kind enough to bring to my attention a technical issue with commenting on my site.  I had a CAPTCHA plugin enabled, but unfortunately it didn&#8217;t seem to work properly, so no one at all could post.  After investigating the issue a bit, I came across a [...]]]></description>
			<content:encoded><![CDATA[<p>A visitor to my blog yesterday was kind enough to bring to my attention a technical issue with commenting on my site.  I had a CAPTCHA plugin enabled, but unfortunately it didn&#8217;t seem to work properly, so no one at all could post.  After investigating the issue a bit, I came across a piece of advice for the plugin I was using (<a href="http://wordpress.org/extend/plugins/mycaptcha/">MyCaptcha</a>) which said to make sure that the following line was in my comments.php file:</p>
<p><code>&lt;?php do_action('comment_form', $post-&gt;ID); ?&gt;</code></p>
<p>In the same breath, it was mentioned that most themes do in fact have this in there.  Well, to my luck, the theme I&#8217;m currently using (<a href="http://wordpress.org/extend/themes/inove">iNove</a>) <em>doesn&#8217;t</em> have that line in the comments.php file.  So I had to add it.  Unfortunately, I only realized this after going through a few other plugins to see if I could solve the problem by switching it up.  I guess all these plugins rely on the same line, since they all seemed to have a similar issue.  Finally, I&#8217;ve settled on <a href="http://kahi.cz/wordpress/ravens-antispam-plugin/">Raven&#8217;s Antispam</a> plugin, mostly because that was the plugin I was trying when I decided to add the above line to my comments.php file.  Seems to do the trick (at least it lets users post), and it&#8217;s supposed to be transparent unless Javascript is disabled.  Seemingly ideal!  So anyway, hopefully that will end my problems for good with this issue.</p>
<p>Also, I realized I don&#8217;t make it all that apparent what my email address is, so in case anyone wants to contact me regarding my blog (or anything else for that matter), that can be at <a href="mailto:dan@danfego.net">dan@danfego.net</a>.</p>
<p><strong>External Links</strong></p>
<ul>
<li><a href="http://wordpress.org/extend/plugins/mycaptcha">Wordpress MyCaptcha Plugin</a></li>
<li><a href="http://wordpress.org/extend/themes/inove">Wordpress iNove Theme</a></li>
<li><a href="http://kahi.cz/wordpress/ravens-antispam-plugin/">Raven&#8217;s Antispam Wordpress Plugin</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.danfego.net/2009/01/comment-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
