WordPress 中的自定义帖子类型和评论
WordPress 是否可以在自定义帖子类型上显示评论和评论表单,以及如何做到这一点?
提前致谢。
Is it possible in wordpress to display comments and comment form on custom post type, and how to do that?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将此属性“注释”放在以下行中非常重要:
在您的functions.php文件中
It is very important that you put this attributes "comments" in this line :
in your functions.php file