ID)as $cat){ if($cat->term_id==SPONSOR_CAT_ID or $cat->category_parent==SPONSOR_CAT_ID){ #header("HTTP/1.1 301 Moved Permanently"); header("Location: ".WEB_URL.'support/#sp'.str_replace('sponsor-','',$post->post_name)); exit; } } /** * The template for displaying all single posts * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post * * @package WordPress * @subpackage Twenty_Seventeen * @since 1.0 * @version 1.0 */ $PAGE_ID = KEYNOTE_SPEAKER_PAGE_ID; $SPEAKER_CAT_NAME = 'speakers'; include '_page_header.php'; $speaker_id = get_speaker_id_by_post_name($post); $v = $wpdb->get_row('SELECT * FROM '.TBL_SPEAKERS.' WHERE id='.$speaker_id); $imgsrc = get_speaker_photo_imgsrc( $speaker_id+0 ); ?>