data-sal> '; echo '
'; if ( $upstudy_post_thumb_url ) : echo '
'; echo ''; echo '' . esc_attr( upstudy_thumbanil_alt_text( get_post_thumbnail_id( get_the_id() ) ) ). ''; echo ''; echo '
'; endif; echo '
'; echo '
    '; if ( $blog_category_show && upstudy_category_by_id( get_the_ID() )) { echo '
  • '; echo wp_kses_post( upstudy_category_by_id( get_the_ID(), 'category' ) ); echo '
  • '; } if ( $blog_date_show ) { echo '
  • ' . esc_html( get_the_date() ) . '
  • '; } echo '
'; echo upstudy_get_title( 'h4' ); echo wpautop( wp_trim_words( wp_kses_post( get_the_excerpt() ), esc_html( $excerpt_length ), '...' ) ); if ( $blog_read_more_btn_show ) { echo ''; } echo '
'; echo '
'; echo '
'; echo '';