如何为页面创建模板?

时间:2013-01-10 作者:Click Upvote

在Wordpress中,创建页面时,会在属性下显示模板的一些选项,例如:默认、链接、一栏无边栏等。

有没有办法添加更多自定义模板以显示在此处?如果是,如何?

2 个回复
最合适的回答,由SO网友:Eugene Manuilov 整理而成

您只需在主题根目录中创建一个新文件。此文件必须以以下代码开头:

<?php 
/**
 * Template Name: No Sidebars
 */ 
例如,命名文件,page_nosidebars.php 然后WP将添加No Sidebars “可用模板”列表中的模板。

有一篇很好的文章Creating Custom Page Templates. 我认为这将帮助你创造自己的。

SO网友:Arvind Pal
You can create your own template for pages. Below link shows the example of creating template.

Url :- http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates

create a php file and save in active theme folder.

<?php
/*
Template Name: Snarfer
*/
?>

i think this may help u for creating template.
结束

相关推荐

Refine custom posts by author

我想有一种为特定作者显示自定义后期存档的方法。我能够显示某个类别的自定义帖子,但不仅仅是作者的自定义帖子。我已经有了一个单独的作者页面模板,显示他们写的所有帖子,按帖子类型划分。我使用以下方式查询此信息:query_posts( array( \'post_type\' => \'custom_post_name\', \'author\'=>$curauth->ID ) ); while (have_p