No comments posted yet.

Be the first to leave a comment and start a discussion.

'; } elseif ( '1' === get_comments_number() ) { echo '

One comment on "' . esc_html( get_the_title() ) . '"

'; } else { echo '

' . esc_html( get_comments_number() ) . ' comments on "' . esc_html( get_the_title() ) . '"

'; } ?>
    'ol', 'short_ping' => true, 'reply_text' => 'Reply to This', ) ); the_comments_navigation( array( 'prev_text' => ' Older Comments', 'next_text' => 'Newer Comments ', 'screen_reader_text' => ' ', 'aria_label' => ' ', 'class' => 'comments-pagination', ) ); ?>
'; comment_form(); echo ''; } elseif ( is_single() ) { echo '

Comments are closed.

'; }