'; echo '
'; if ( has_post_thumbnail() && get_the_post_thumbnail_url() ) : echo '
'; echo ''; echo '' . esc_attr( upstudy_thumbanil_alt_text( get_post_thumbnail_id( get_the_id() ) ) ). ''; echo ''; if ( $upstudy_archive_tp_event_date && $start_day) { echo '
'; echo '
'; echo '' . esc_html( $start_day ) . ''; echo '
'; echo '
'; echo '
' . esc_html( $start_month ) . '
'; echo '
'; echo esc_html( $tpc_tp_event_time_start); echo ''. esc_attr__( 'to', 'upstudy' ) . ''; echo esc_html( $tpc_tp_event_time_end); echo '
'; echo '
'; echo '
'; } echo '
'; endif; echo '
'; if($upstudy_archive_tp_event_location){ if ( $tpc_tp_event_location ) : echo '
'; echo ''. esc_html( $tpc_tp_event_location ).''; echo '
'; endif; } the_title( '
', '
' ); if ( $upstudy_archive_tp_event_excerpt ) : echo '
'; echo wpautop( wp_trim_words( wp_kses_post( get_the_excerpt() ), $tp_event_excerpt_words ) ); echo '
'; endif; echo '
'; echo '
'; echo '';