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 ''; if ( $related_date_show ) { echo ''; echo '' . esc_html( get_the_date( 'd' ) ) . ''; echo '' . esc_html( get_the_date( 'M' ) ) . ''; echo ''; } echo '
'; endif; echo '
'; if ($related_category_show ) { echo '
    '; if ( 'post' === get_post_type() && $related_author_show ): upstudy_posted_author(); endif; if ( $related_category_show && upstudy_category_by_id( get_the_ID())) { echo '
  • '; echo wp_kses_post( upstudy_category_by_id( get_the_ID(), 'category' ) ); echo '
  • '; } echo '
'; } echo upstudy_get_title( 'h4' ); if ($related_excerpt_show) { 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 '';