Just add the following code to your theme functions.php: add_action('template_redirect', 'one_match_redirect'); function one_match_redirect() { if ...
確定! 回上一頁