Well – it wasn’t entirely true for me.
But the idea was great 😀
Here is the code I used to put Comments into my fully customized template page:
<div>Here is the template</div>
<?php if (have_posts()) : while (have_posts()) : the_post(); comments_template(); endwhile; endif; ?>
<div>and here is the stuff after the template</div>
it’s empty… after setting it to ID of my post I had Invalid Data: Please go back and try again. error.
So… WP Captcha Free is spoiling the code now.
Any ideas how to fix it without disabling the plugin?
The list of plugins I have (might help?) :
Collapsing Categories 0.6.3
Evermore 2.2
Get Recent Comments 2.0.5
Google Analytics for WordPress 2.9.1
List Subpages 1.0
My Custom Widgets 1.8.1
Robots Meta 3.0.11
Subscribe To Comments 2.1.2
WP-PostRatings 1.40
WP Captcha Free 0.5
BTW, should $id be set to page ID or not? I got confused a bit.