'; 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 ''; echo '
'; endif; echo '
'; if ($upstudy_archive_tp_event_price){ echo '
'; printf( '%s', $event->is_free() ? __( 'Free', 'upstudy' ) : wpems_format_price( $event->get_price() ) ); echo '
'; } the_title( '
', '
' ); if ( $upstudy_archive_tp_event_date || $upstudy_archive_tp_event_location ) { echo '
'; if ( $upstudy_archive_tp_event_date ) { echo ''. esc_html( $tpc_tp_event_starting_date ).''; } if ( $upstudy_archive_tp_event_location){ echo ''. esc_html( $tpc_tp_event_location ).''; } echo '
'; } if ( $upstudy_archive_tp_event_excerpt ) : echo '
'; echo wpautop( wp_trim_words( wp_kses_post( get_the_excerpt() ), $tp_event_excerpt_words ) ); echo '
'; endif; if($tp_event_read_more_enable){ echo ''; } echo '
'; if ( $upstudy_archive_tp_event_date ){ echo '
'; echo ''.$start_day.''; echo ''.$start_month.''; echo '
'; }; echo '
'; echo '';