Forums
Forums / Fixing WordPress / Enabling Comments in Elegance
(@bartgragg)
17 years, 6 months ago
When you view my blog you don’t see anywhere to ‘comment’.
http://www.mentalmeals.com
I have the Elegance 1.1 Theme working properly.
I see in the ‘comment’ theme editor there IS the line: <?php comments_template(); ?>
<?php comments_template(); ?>
I have by default set “Allow Comments and “Allow Pings”
I have un-checked the box that requires users to be registered to comment. (Although, I do want that feature when this gets resolved.)
I tried de-activating all plug-ins. Nothing shows up on the blog to indicate that you can post a comment.
Thanks in advance!
17 years, 5 months ago
I found the solution >> there is a line of code missing in the Main Index Template of Elegance that I downloaded from wp.org
I added this line and tested it several ways, including Required to Login and Hold for Moderation. Works fine now.
<?php comments_popup_link(‘Leave a comment’, ‘Comments (1)’, ‘Comments (%)’); ?>
I added it just above this line — <div class=”cats”>Filed under:<?php the_category(‘, ‘) ?></div>
My blog is http://www.mentalmeals.com
The topic ‘Enabling Comments in Elegance’ is closed to new replies.
(@bartgragg)
17 years, 6 months ago
When you view my blog you don’t see anywhere to ‘comment’.
http://www.mentalmeals.com
I have the Elegance 1.1 Theme working properly.
I see in the ‘comment’ theme editor there IS the line:
<?php comments_template(); ?>I have by default set “Allow Comments and “Allow Pings”
I have un-checked the box that requires users to be registered to comment. (Although, I do want that feature when this gets resolved.)
I tried de-activating all plug-ins. Nothing shows up on the blog to indicate that you can post a comment.
Thanks in advance!