Tagged: advanced-layout-editor, comments
Anyone? Is there a way to create a shortcode and use it to display the comment box?
There’s no comments element at the moment. If you want to add the comments to pages open up page.php and replace
get_template_part( 'includes/loop', 'page' );
with:
get_template_part( 'includes/loop', 'page' );
//wordpress function that loads the comments template "comments.php"
comments_template( '/includes/comments.php');