Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已复制并修改了 single.php 文件,如下所述:
http://codex.wordpress.org/Post_Types
为了向其中添加自定义 html 文件。
是否可以在仪表板上使用正常程序创建帖子,但这会调用新的 single-{posttype}.php 而不是 single.php ?意思是可以从每次模板中选择使用。
好吧,有一个插件:
自定义帖子模板 提供下拉菜单以从帖子编辑屏幕选择不同的帖子模板。模板替换single.php指定的帖子。
提供下拉菜单以从帖子编辑屏幕选择不同的帖子模板。模板替换single.php指定的帖子。
single.php
否则,您可能需要检查过滤器挂钩template_include。
template_include