Comments - by litedrive - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 8 years, 5 months ago ago by Eva Kemp

  • Avatar: litedrive
    litedrive
    Participant
    October 23, 2015 at 14:28

    Is it possible to have ‘comments’ on pages, I’m able to select comments from the page edit screen, but it doesn’t show once the page is updated (no comment box below content).

    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    October 26, 2015 at 13:03

    Hello,

    To add comments section for pages you need add this code in wp-content/themes/blanco/pages.php file (after line 29):

    <?php // If comments are open or we have at least one comment, load up the comment template.
    		if ( comments_open() || get_comments_number() ) :
    			comments_template();
    		endif;
    	?>

    before the code </div><!-- #content -->

    Regards,
    Eva Kemp.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.