WordPress新建页面跳转到指定URL网址

在Wordpress现有的主题下,新建redirect.php文件模版,在文件中添加以下内容:php <?php/*Template Name: Redirect*/ if (have_posts()) {the_post();$pattern = ‘@(https?://([-\w\.]+)+(:\d+)?(/([\w/_\.]*(\?\S+)?)?)?)@’;preg_match($patt
相关文章
相关标签/搜索