How can we activate commenting on speakers page ?

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Sun May 05, 2013 8:39 pm
I checked the box to allow commenting on a speakers page, the commenting box does not appear.

This is a speakers page
http://demo.gavick.com/wordpress/fest/? ... -s-coleman

Any way to allow commenting ?
User avatar
Expert Boarder

GK User
Mon May 06, 2013 7:45 am
Hi,

Please open Fest/single-gavern_speakers.php file and make sure, you have this line:
Code: Select all
<?php comments_template( '', true ); ?>
after
Code: Select all
<?php get_template_part( 'content', 'speaker' ); ?>
If you have this line and comments still doesn't work, please send me a PM with backend and FTP acess to your site, then I'll be able to analyze this issue.
User avatar
Moderator

GK User
Mon May 06, 2013 4:51 pm
It was like this:

Code: Select all
<?php // comments_template( '', true ); ?>


It was commented out !!!!

I removed the double slash //
Now comments are showing.


I did not comment this out. You guys did. ;-)

Thank you
User avatar
Expert Boarder


cron