我会将您当前的代码放入名为tpl news的页面模板中。php或您选择的任何内容。在索引前的标题中添加以下内容。php代码:
<?php
/*
Template Name: News
*/
//Add your index.php code here
//You can also use wp_redirect(home_url()) here as well if I misunderstood your question
现在,创建一个名为“News”的页面,并选择“News”页面模板。这应该对你有好处。
我还将研究Wordpress模板层次结构是如何工作的,并构建针对特定类别的模板文件,例如:类别新闻。php将强制在查看“新闻”类别permalink时使用此文件,而不是默认的归档模板。
http://codex.wordpress.org/Template_Hierarchy