How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Small question

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3405
    ellis2611
    Participant

    Hello Antonis, I have a small question.

    Sometimes I have pages were I would like to have a comments form.

    I added the below code in the page.php and the comments form does show up now.
    Is this the correct way and can I also add this page in childtheme?

    Thank you for your help.

    <div id=”comments-section”>
    <?php
    if( get_field(‘users_comment_posts’,’options’) ){
    if ( comments_open() || get_comments_number() ) {
    comments_template();
    }
    }
    ?>
    </div>
    <!– /#comments-section –>

    #3417
    admin
    Keymaster

    Hi ellis,

    Have you checked if comments are enabled for individual pages?
    Under pages and quick-edit or the discussion area in edit page below the page editor?

    #3430
    ellis2611
    Participant

    As said the comments form does show up but wanted to know if it was correct.
    How can I add this in childtheme?

    Also need help here: https://pokatheme.com/topic/affiliate-link/

    Dropdown to choose aff link doesnt work

    Thank you

    #3439
    admin
    Keymaster

    Hi!

    Yes it’s fine the way you added the comments.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.