wordpress将草稿文章批量置为已发布状态 打开phpadmin进入目标数据库,执行以下sql命令 UPDATE wp_posts SET post_status = ‘publish’ WHERE (post_type =’post’ and post_status=’draft’)