Update comment section heading
This commit is contained in:
parent
c78600536e
commit
bc99494ae9
|
@ -26,7 +26,7 @@ $discussion = twentynineteen_get_discussion_data();
|
||||||
|
|
||||||
<div id="comments" class="<?php echo comments_open() ? 'comments-area' : 'comments-area comments-closed'; ?>">
|
<div id="comments" class="<?php echo comments_open() ? 'comments-area' : 'comments-area comments-closed'; ?>">
|
||||||
<div class="<?php echo $discussion->responses > 0 ? 'comments-title-wrap' : 'comments-title-wrap no-responses'; ?>">
|
<div class="<?php echo $discussion->responses > 0 ? 'comments-title-wrap' : 'comments-title-wrap no-responses'; ?>">
|
||||||
<h2 class="comments-title">
|
<h2 class="text-4xl font-bold">
|
||||||
<?php
|
<?php
|
||||||
if ( comments_open() ) {
|
if ( comments_open() ) {
|
||||||
if ( have_comments() ) {
|
if ( have_comments() ) {
|
||||||
|
|
Loading…
Reference in a new issue