• Resolved mattchee

    (@mattchee)


    Hello!

    The comment box is missing from my posts. Comments are enabled, both in the settings, and the per post settings. That is not the issue.

    I can post comments from the back end, and they will display on the post. But if I click the reply button on the post, no box shows up to reply either.

    This code also appears to be in the correct place on the page.php:

    <?php comments_template(); ?>

    Hopefully you have some thoughts, or better yet… help!

    Thanks,

    Matt

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter mattchee

    (@mattchee)

    I installed disqus as a temporary fix, but I’d still rather use the regular WP commenting…

    Also, is there a way to get the comments above the related posts? I like having the related posts, but it pushes the comments so far down I worry people won’t make the effort to scroll all the way to the comments.

    Theme Author Richie KS

    (@rkcorp)

    any live site i can look into? its hard to know the issue without inspecting the html code.

    @related post
    open single.php
    cut this code
    <?php
    $get_related = get_theme_option(‘related_on’); if($get_related == ‘Enable’):
    get_template_part( ‘lib/templates/related’ );
    endif
    ?>

    to bottom of
    <?php comments_template(); ?>

    Hi,
    I added this code as you mentioned.But I am still not getting the comments box. The blog page is at, http://5nten.com/top-10-tamil-restaurants-in-abudhabi/

    Theme Author Richie KS

    (@rkcorp)

    there’s no comment box there. is it resolved?

    Hi Richie, Thanks for your reply!

    Yes, there is no comments box there, which is the problem. Its enabled in every settings, but its not showing up still!

    I even did the code change that you suggested above!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Comment Box Missing!’ is closed to new replies.