我有几种不同的自定义帖子类型。一个帖子类型没有显示评论部分,今天我发现是因为我忘记将其添加到“支持数组”中
\'supports\'=>array(\'title\',\'editor\',\'revisions\',\'thumbnail\',\'excerpt\',\'custom-fields\',\'author\')
因此,今天我将该行更新为:
\'supports\'=>array(\'title\',\'editor\',\'revisions\',\'thumbnail\',\'excerpt\',\'custom-fields\',\'author\',\'comments\')
但是,注释部分仍然没有出现。。如何强制重新生成页面?(如果这是问题所在,idk)
我使用disqs作为注释系统,在其他页面中显示注释的代码完全相同,因此应该可以工作。