get_results('SELECT * FROM '.TBL_SPEAKERS.' WHERE id="'.$speaker_id.'"'); if($row and $row[0]->anchor){ header("HTTP/1.1 301 Moved Permanently"); header('location: '.WEB_URL.$row[0]->anchor); exit(); } } } /** * The template for displaying 404 pages (not found) * * @link https://codex.wordpress.org/Creating_an_Error_404_Page * * @package WordPress * @subpackage Twenty_Seventeen * @since 1.0 * @version 1.0 */ get_header(); ?>