如果需要批量设置wordpress文章的评论选项,在phpmyadmin或者mysql命令行里运行sql语句就可以: 如图所示: 批量关闭文章评论: UPDATE `wp_posts` SET `comment_status` = 'closed' WHERE `wp_posts`.`ID` >1; 批量开启文章评论: UPDATE `wp_posts` SET `comment_status` = 'open' WHERE `wp_posts`.`ID` >1......

2021年10月29日 阅读全文

Warning: Cannot modify header information - headers already sent by (output started at /www/wwwroot/www.r1yun.cn/ask/wp-content/plugins/ad-manage/ad-manager.php:789) in /www/wwwroot/www.r1yun.cn/ask/wp-content/themes/r1yun/footer.php on line 252