Skip to content


Manage Pages Custom Columns in WordPress

Replicates the custom column feature of the Manage Posts page for the Manage Pages page. Complete documentation can be found below.

Downloads

Download Latest Version 1.0 for WordPress 2.2 – 2.3

The source code can also be found in the WP-Plugins SVN repository at http://svn.wp-plugins.org/manage-pages-custom-columns/.

Description

Replicates the custom column feature of the manage posts page. This is in response to the long-standing enhancement request. It provides a manage_pages_custom_column action and manage_pages_columns filter which can be used similarly to the manage_posts_custom_column action and manage_posts_columns filter provided by WordPress.

I’ve written a tutorial on how to add custom columns to the manage posts screen which also applies to these hooks.


Installation

Copy the manage-pages-custom-columns directory to your plugins directory and activate the Manage Pages Custom Columns plugin from WordPress. You’ll then have access to the manage_pages_custom_column action and manage_pages_columns filter.

Alternatively, you can copy the managepages.php and JSON.php files to your own plugin and distribute them. To use, just include managepages.php using something like require_once('managepages.php') and continue as detailed above. Don’t worry about other plugins including the code also, you’re protected.


Frequently Asked Questions

None yet!

Ask a question


Screenshots

  1. The Manage Pages screen with two additional columns: the Zensor moderation status and post attachments.
    Manage Pages custom column screenshot

Future Plans

Version History

Version 1.0

  • Initial work on plugin

One Response

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

Continuing the Discussion

  1. What Wordpress Plugin’s Do I Use? | Creeva's World 2.0 linked to this post on May 20, 2008

    [...] management page and the option page. This plugin makes use of the excellent other plugin “Manage Pages Custom Columns” by Edward Dale. By Vincent [...]