如何将自定义 WordPress 页面模板保存在主题文件夹以外的不同文件夹中
我有很多自定义 WordPress 页面模板,我想将它们保存在不同的文件夹中。就像 /pages/
但是,问题是当我将它们保存在主题文件夹以外的不同文件夹中时,自定义页面选项从 WordPress 页面模板菜单中消失。
如何将页面模板保存在不同的文件夹中并仍然在 WordPress 页面模板菜单中访问它们?
I have many custom wordpress page templates and I want to keep them in different folder. Like /pages/
But, the problem is when I keep them in different folder other than the theme folder, the custom page options disappear from wordpress page template menu.
How can I keep the page templates in different folder and still access them in wordpress page templates menu ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我实际上发现您至少可以在 WordPress 3.1+ 中将自定义页面存储在文件夹中。它们仍然显示在编辑器页面上的长列表中,但允许您将它们分组,为了节省空间,保持文件夹名称简短很方便。
I actually found you can in WordPress 3.1+, at least, just store your custom pages in folders. they still display in the long list on the editor page, but do allow you to sort them into groups, for space saving, it's handy to keep the folder names short.
您想使用儿童主题。
http://codex.wordpress.org/Child_Themes
You want to use a child theme.
http://codex.wordpress.org/Child_Themes