Reactivate Comments


Author Message
Guillaume

Posted: 10/10/2011
Quote message 

Hi,
I didn't allow comments in the first place when I've designed my Artisteer theme.
I've also de-activated them in Wordpress. Now I want them back on but I can't figure out how to it.
I've reactived them in Wordpress 3.1.2 in each page and post and in the general settings. I do see the box "comments" and "ping" in my Wordpress control panel but the Comment form doesn't display on the pages of my blog.
Can someone help me? I don't know nothing about Php... :(
Thank you very much
Guillaume
 
Garry

Posted: 10/10/2011
Quote message 

Simply open the page for editing and check/uncheck the "Allow Comments" option.

You should click the "Screen Options" from top right and check "Discussion" if you don't see the "Allow Comments" option.

 
Guillaume

Posted: 10/11/2011
Quote message 

Hi Garry
Thank you for your answer.
As I wrote, I've already done all of this : checking comments, discussion, in every page and also in the general settings.
But still nothing live on the site...
Any idea?
Thanks
Guillaume
 
Guillaume

Posted: 10/11/2011
Quote message 

I found the answer

I had to insert this line
<?php comments_template(); // Get wp-comments.php template ?>
before the footer, in the page.php file of my theme...
Thanks
Guillaume
 
Gina

Posted: 10/11/2011
Quote message 

Hi Guillaume,

Make sure you allowed comments not only in page settings, but also in Appearance -> Theme Options -> Comments (tick Allow Comments).

In you single.php (Appearance -> Editor) do you have such-like code line?


/* Display comments */
if ( theme_get_option('theme_allow_comments')) {
comments_template();
}
 
Emilie

Posted: 4/30/2022
Quote message 

Hi, we are actually in 2022 and im using this codes since years, for have comments on my artisteer themes, but today, comments still dont show themself even with this codes

Did i have to do something else now for display comments ?