Skip to content

Commit 9f76430

Browse files
committed
Always display comment block
Comments are on discourse, we need to display the board link even if no comments have been posted.
1 parent 01f9f19 commit 9f76430

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

themes/osi/template-parts/content.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,8 @@
4040
<?php the_content(); ?>
4141
</div><!-- .entry-content -->
4242
<?php
43-
//If comments are open or we have at least one comment, load up the comment template.
4443
if ( 'board-member' === get_post_type() || 'post' === get_post_type() ) :
45-
if ( comments_open() || get_comments_number() ) :
4644
comments_template();
47-
endif;
4845
endif;
4946
?>
5047
<section id="pre-footer">

0 commit comments

Comments
 (0)