Reply 96015 to: Comments

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.

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.