';
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_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 '