Global 2026-07-23
This commit is contained in:
parent
34845fcdab
commit
5b44ed893b
@ -17,7 +17,7 @@
|
||||
* - _teacher_avatar → photo (attachment ID)
|
||||
* - _teacher_badge → badge text
|
||||
* - _teacher_start_year → experience calculation
|
||||
* - _teacher_about → description
|
||||
* - _teacher_description → description (Дескрипшн преподавателя)
|
||||
*
|
||||
* @package Dekart
|
||||
*/
|
||||
@ -71,7 +71,7 @@ $teachers_query = new WP_Query( $query_args );
|
||||
$t_id = get_the_ID();
|
||||
$t_name = get_the_title();
|
||||
$t_subj = get_post_meta( $t_id, '_teacher_direction', true );
|
||||
$t_about = get_post_meta( $t_id, '_teacher_about', true );
|
||||
$t_about = get_post_meta( $t_id, '_teacher_description', true );
|
||||
$t_badge = get_post_meta( $t_id, '_teacher_badge', true );
|
||||
$t_photo = get_post_meta( $t_id, '_teacher_avatar', true );
|
||||
$start_year = get_post_meta( $t_id, '_teacher_start_year', true );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user