Customize the list of the post and page and the custom post type.
As of April 2026, Post Lists View Custom is a WordPress page plugin with 1.0K+ active installations and a 4/5 rating from 7 reviews. It has been downloaded 21K+ times in total. Requires WordPress 3.8+ and PHP false+. Available on WordPress.org since 2012. Last updated 10 years ago — may have compatibility concerns. Downloads are up 11% this week. Top alternative: Post Type Switcher.
These list to customization is possible.
これらの一覧表示をカスタマイズするプラグインです。
アイキャッチ画像やカスタムフィールドの項目、記事のIDを一覧に表示することが可能です。
また、表示の順番も自由に変更できます。
Tried to add a custom column using elegantthemes “extra” featured post (“_extra_featured_post”). Plugin added the column OK (from meta_key) but not the values (meta_value), making it useless for my purposes.
I have been looking for hours for a plugin that a non-php-programmer admin can use to make the posts-list in the dashboard like we need them:
Just those four columns:
ID title slug date(incl. published-status)
I could find NO OTHER plugin which would even work for the latest version of WP, but this one does the job.
So the write-up on the plugin-page is a bit vage, but the plugin is powerful and easy to use. I can even decide that only admin gets to see the slugs and editors get to see the posts-lists like before (like they are used to).
So thank you developper with the unpronounable name, good job, user is happy.
So I hand coded some php to do what this plugin does and completed it right before I found this handy-dandy tool! It did everything and more!!!
One thing that I did have to hand code and am suggesting for a future release is to have the ability to convert a custom field from plain text to a link in order to edit the item without having to use the drop-down. In my case, I hid all the non-custom fields including the title field. A checkbox as you used for the Sort option should suffice.
Example:
echo'<a href="' . get_edit_post_link( $post->ID, true ) . '" title="' . esc_attr( __( 'Edit this item' ) ) . '">';
Also, to help maximize the real estate in the post list view, you can add a control to set the column widths (percentages, pixels, etc)
Example:
function custom_admin_head() {
echo '<style type="text/css">';
echo '.column-field_name_1 { width:20% !important; overflow:hidden }';
echo '.column-field_name_2 { width:20% !important; overflow:hidden }';
echo '</style>';
}
add_action('admin_head', 'custom_admin_head');
Remember that even though the above code is placed in the main admin head, it only affects post list views with the specified classes.
i found everything what’s on my mind.
this is awesome.
Your post list is overcrowded with all the columns the different plugins do add ? Post Lists View Custom clean this perfectly: just choose what to show and it’s done.
The plugin is not very easy to understand at first sight but it does a great job.
| WordPress | 3.8+ requiredTested up to 4.3.34 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.