ID) as $_){if($_->cat_ID==SPEAKER_CAT_ID){$is_speaker_cat=true;break;}}
if($is_speaker_cat){
echo display_speaker_box($post);
}else{
get_template_part( 'template-parts/post/content', 'excerpt' );
}
endwhile; // End of the loop.
the_posts_pagination( array(
'prev_text' => '上一頁',
'next_text' => '下一頁',
'before_page_number' => ''
) );
else : ?>