如何在自定义帖子类型上显示评论和评论表格?

时间:2011-10-01 作者:BBee

在wordpress中是否可以在自定义帖子类型上显示评论和评论表单,以及如何做到这一点?

提前谢谢。

1 个回复
最合适的回答,由SO网友:Ijaas 整理而成

1) 注册帖子类型时,向supports数组添加“comments”。

Register Post Type

2) 在single的循环中添加comments\\u template()函数。php模板和你很好去。

Add Comment Template To Post

结束

相关推荐

Query not returning CPT posts

哎哟,我的头撞到墙上了!我正在尝试在索引中查询我的帖子类型“clips”。php,但它只返回默认“post”中的post。我需要一些洞察力!我做错了什么?我的帖子类型:$args = array( \'labels\' => $labels, \'supports\' => $supports, \'hierarchical\' => false, \'menu_position\' => 4, \