1、后台文章管理列表添加浏览次数列 效果如图: 实现: 编辑functions.php文件,在末尾添加如下代码 //在后台文章列表增加一列数据 add_filter( 'manage_posts_columns', 'customer_posts_columns' );