'; if ( have_comments() ) : echo '

'; esc_html_e( 'Comments', 'osixthreeo' ); echo '

'; if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? echo ''; endif; echo '
    '; wp_list_comments( array( 'style' => 'ol', 'short_ping' => true, ) ); echo '
'; if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? echo ''; endif; endif; // If comments are closed and there are comments, let's leave a little note, shall we? if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : echo '

' . esc_html_e( 'Comments are closed.', 'osixthreeo' ) . '

'; endif; comment_form(); echo ''; osixthreeo_comments_after();