• Hi,
    I have a problem about ” comments “. In my theme there is no comment field in the wordpress. But ı want to add / reactive my comment field in the post and all other firstchild page.

    How can i do that ?
    I’ve tried to active “open comments in this post” in the post options and also theme settings. but there is no result

    can anyone halp me about that issue
    Thanks

    website http://www.adventourhostel.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • vato

    (@vatanbytyqi)

    I don’t know if there is an error in your template or you are not expecting the behaviour of the template, because when I visit the page that you have created “Comments for adventour hostel” the fields for commenting are there.

    Thread Starter tolgahanakbulut

    (@tolgahanakbulut)

    I don’t know if there is an error in your template or you are not expecting the behaviour of the template, because when I visit the page that you have created “Comments for adventour hostel” the fields for commenting are there.

    Yes, “Comments for adventour hostel” is working but i coulnd’t active comments on other pages.
    For example;
    http://www.adventourhostel.com/room/mixed6dorm2/

    in this page ı want to active comments.

    vato

    (@vatanbytyqi)

    Then I believe your theme doesn’t support comments on those pages. If you have any coding skills then go to the editor to edit the template and check for this code: commments_template();
    If it doesn’t appear then you can add this:

    <?php if ( comments_open() || '0' != get_comments_number() ) : ?>
    	<?php comments_template( '', true ); ?>
    <?php endif; ?>

    Thread Starter tolgahanakbulut

    (@tolgahanakbulut)

    yes, I believe that too. My theme doesnt support comments in firstchild pages. I need to enable it.

    so
    in which php file that i would search “comments_template(); ” line.

    vato

    (@vatanbytyqi)

    It depends on the theme and how the files are named. Do you have any file similar to “single-room” when you are on the Appearance->Editor?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to Open Comments in theme wich is without comment parts’ is closed to new replies.