We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 465ade8 + 9f76430 commit e65759fCopy full SHA for e65759f
1 file changed
themes/osi/template-parts/content.php
@@ -40,11 +40,8 @@
40
<?php the_content(); ?>
41
</div><!-- .entry-content -->
42
<?php
43
- //If comments are open or we have at least one comment, load up the comment template.
44
if ( 'board-member' === get_post_type() || 'post' === get_post_type() ) :
45
- if ( comments_open() || get_comments_number() ) :
46
comments_template();
47
- endif;
48
endif;
49
?>
50
<section id="pre-footer">
0 commit comments