$CAT_ID, 'posts_per_page'=>10, 'orderby'=> 'post_date', 'order' => 'DESC' ) ); $IS_USE_FEATURE_IMG = true; # ex: conf2022 foreach($a as $v){ $conf = ''; $anchor = $v->post_name; $speaker_id = $v->ID; $title = "";//get_post_meta($v->ID,'talk_title', true); $name = $v->post_title; $name = explode("-",$name)[0]; $position = get_post_meta($v->ID,'position', true); $website = get_post_meta($v->ID,'website', true); $img = NULL; # default if($IS_USE_FEATURE_IMG){ $img = get_featured_imgsrc($v->ID, 'medium'); if(!$img){ $img=IMG_SPEAKER_URL.'speaker.png'; } $img = ''.$name.''; }else{ $img = get_post_meta($v->ID,'photo', true);#'/images/organizer/01 iis.png'; $img = wp_get_attachment_image($img, 'medium'); } $desc = ''.($v->post_content); ?>
class="col-md-12 kn-speak" data-n= data-anchor=""> name=>
'; echo$img; echo '';#' 演講摘要'; if($website){ echo' 個人網頁';}?>

/ */ ?>