标签: wordpress wordpress-theming
我在wordpress中创建了自定义帖子事件。我写的如下
$args = array( ..... ..... 'supports' => array('title','editor','author','thumbnail','excerpt','comments'), ...... );
在function.php文件中
默认情况下,所有自定义帖子的讨论部分都会取消选中所有评论。
我希望自动检查所有评论。