像编辑页面一样编辑category-xxx.php
我有几个category-xxx.php,每个都有一个特定的介绍性文本。
如何让我的客户能够在仪表板中编辑此文本,就像他编辑页面内容时一样? (即不是外观>编辑器)
I have several category-xxx.php each with a specific introductory text.
How to enable my client to edit this text in the dashboard, in the same manner as when he edits the content of a page ? (that is, NOT in appearance > editor)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在类别模板中使用 category_description 标记。然后,您的用户可以从管理区域的“帖子 > 类别”编辑此文本。
Use the category_description tag in your category template. Your user can then edit this text from "Posts > Categories" in the Admin area.