Hi,
Is it possible to use the Flexible Grid layout and allow users to comment? I have the comments and ping-back fields enabled but they do not show up as being available.
Thanks again for your support.
Regards Joe
Hi,
Is it possible to use the Flexible Grid layout and allow users to comment? I have the comments and ping-back fields enabled but they do not show up as being available.
Thanks again for your support.
Regards Joe
Yes sure - open up template-masonry.php and replace:
get_template_part( 'includes/loop', 'masonry' );
with:
get_template_part( 'includes/loop', 'masonry' );
//wordpress function that loads the comments template "comments.php"
comments_template( '/includes/comments.php');Thanks!!!
That worked perfect.
Regards
Joe
This topic has been closed to new replies.