• Hi,
    After redesign in my blog there is no comment box below each post..disscussion,comments,allow comments are all enable…my older post comments are intact…only after redesign by my developer there is no comment box..please help

    my comments.php:
    [large snippet of code removed]

    • This topic was modified 5 years, 10 months ago by Jose Castaneda. Reason: removed code snippet

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi gayu,

    Can you visit this page in your dashboard http://marudhuskitchen.com/wp-admin/options-discussion.php and make sure the checkbox for “Allow people to post comments on new articles” is checked?

    From looking at the source code for your recent articles I see that the comment section exists but has a class of nocomments:
    <section id=”comments” class=”nocomments”>

    Let us know if that box is checked or not then we can explore other solutions.

    Sincerely,
    Roger

    Thread Starter gayu

    (@gayu)

    Hi Roger,

    Thanks for the prompt reply “Allow people to post comments on new articles”
    is already checked.

    For each post:
    Under screen options the comment and discussion box is checked and allow comments also is checked but on the front end of my each post the comment box is not showing…please help

    Hi,

    Ok so the developer might have left something out of the comments.php file for the theme.

    The code you pasted in your original post was cut out by the Forums. Have a look here if you want to post the code here: https://wordpress.org/support/guidelines/#posting-large-excerpt-of-code

    In the meantime have a look at the Example comments.php file on this page and maybe you can just copy and paste it into your file:
    https://codex.wordpress.org/Function_Reference/have_comments

    In browser DevTools if I update this:
    <section id=”comments” class=”nocomments”>

    To be this:
    <section id=”comments”>

    Then the comments show up. So that is a good sign that it is probably just something with the Theme that your developer made.

    Have you tried contacting your developer as well? If you paid for this then they should help to resolve it if it was something you asked for in your order.

    Sincerely,
    Roger

    Thread Starter gayu

    (@gayu)

    Hi Roger ,

    I changed
    <section id=”comments” class=”nocomments”> to
    <section id=”comments”>

    And i got my comment box back

    Thanks in loads

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘no comment box below posts’ is closed to new replies.