• Resolved Really Must I?

    (@bartgragg)


    When you view my blog you don’t see anywhere to ‘comment’.

    https://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!

Viewing 1 replies (of 1 total)
  • Thread Starter Really Must I?

    (@bartgragg)

    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 https://www.mentalmeals.com

Viewing 1 replies (of 1 total)
  • The topic ‘Enabling Comments in Elegance’ is closed to new replies.