芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/cepali.edu.mx/wp-content/plugins/tp-education/tp-metabox/class-tp-team-metabox.php
ID, 'tp_team_designation_value', true ); $team_designation = ! empty( $tp_education_team_designation ) ? $tp_education_team_designation : ''; $tp_education_team_email = get_post_meta( $post->ID, 'tp_team_email_value', true ); $team_email = ! empty( $tp_education_team_email ) ? $tp_education_team_email : ''; $tp_education_team_phone = get_post_meta( $post->ID, 'tp_team_phone_value', true ); $team_phone = ! empty( $tp_education_team_phone ) ? $tp_education_team_phone : ''; $tp_education_team_skype = get_post_meta( $post->ID, 'tp_team_skype_value', true ); $team_skype = ! empty( $tp_education_team_skype ) ? $tp_education_team_skype : ''; $tp_education_team_website = get_post_meta( $post->ID, 'tp_team_website_value', true ); $team_website = ! empty( $tp_education_team_website ) ? $tp_education_team_website : ''; $tp_education_team_courses = get_post_meta( $post->ID, 'tp_team_courses_value', true ); $team_cources = ! empty( $tp_education_team_courses ) ? $tp_education_team_courses : ''; ?>
:
:
:
:
:
:
'tp-course', 'orderby' => 'title', 'order' => 'ASC', 'posts_per_page' => -1 ); $posts = get_posts( $args ); foreach ( $posts as $post ) { $selected = in_array( absint( $post->ID ), $team_cources ) ? 'selected' : ''; echo '
' . esc_html( $post->post_title ) . '
'; } ?>