'; if ( 'post' === get_post_type() ) : if ( has_category() ) : ?>

'all' ] ); if ( ! empty( $categories ) ) { foreach ( $categories as $category ) { echo '' . esc_html( $category->name ) . ''; } } ?>

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