In the second part of this post I’ll show you how you can add a column that lists the total number of pages for a user with a break out of the drafts, pending private, and published. Each element is linked to the respective list of pages. Note that this modification removes the Posts column from the user page, however if you wish to retain it, remove the first five lines (the notonebit_modify_user_columns and the associated add_filter call).
The following code would be added to your theme’s functions.php file.
Continue reading “Two WordPress Plugins To Improve Your User Management Page (Part 2)”