$term ) { $designation = get_term_meta( $term->term_id, 'upstudy_tp_event_speaker_designation', true ); $image_url = get_term_meta( $term->term_id, 'upstudy_tp_event_speaker_image', true ); $speaker_details_url = get_term_meta( $term->term_id, 'upstudy_tp_event_speaker_details_url', true ); $fb_profile = get_term_meta( $term->term_id, 'upstudy_tp_event_speaker_fb_profile', true ); $tw_profile = get_term_meta( $term->term_id, 'upstudy_tp_event_speaker_tw_profile', true ); $lk_profile = get_term_meta( $term->term_id, 'upstudy_tp_event_speaker_lk_profile', true ); echo '
'; echo '
'; echo '
'; echo ''; echo '
'; echo ''; echo '
'; echo '
'; echo '
'; if ( $term->name ) { echo '
'; echo ''; echo esc_html( $term->name ); echo ''; echo '
'; }; if ( $tp_event_speaker_designation ) : echo '' . esc_html( $designation ). ''; endif; if( $tp_event_speaker_social || $fb_profile || $tw_profile || $lk_profile ){ echo '
'; if ( $fb_profile ) { echo ''; }; if ( $tw_profile ) { echo ''; }; if ( $lk_profile ) { echo ''; }; echo '
'; } echo '
'; echo '
'; echo '
'; //single speaker echo '
'; };