'; if ( 'post' === get_post_type() ) : if ( has_category() ) : ?>
  • ', '
  • ', '
  • ' ); } endif; if ( ! is_single() && ! post_password_required() && ( comments_open() || get_comments_number() ) ) { echo ' '; // translators: %s: post title. comments_popup_link( sprintf( wp_kses( __( 'Leave a comment on %s', 'air-light' ), array( 'span' => array( 'class' => array() ) ) ), get_the_title() ) ); echo ''; } echo ''; }