Admin Columns
Admin Columns lets you customize and organize the columns displayed in the WordPress admin list tables for posts, pages, users, comments and media. Instead of the limited default list table, you get to display the information you actually need – like custom fields, featured images, taxonomies, file data and more. Trusted by 100,000+ WordPress sites worldwide. With a simple drag-and-drop interface you can: Add any column to posts, pages, users, media and comments Reorder and resize columns to match your workflow Choose from 200+ column types including custom fields, taxonomies and file data Display rich metadata such as images, dates, colors and relational fields Create clean overviews for even the most complex websites It works for any site from simple blogs to large WooCommerce stores. Why Admin Columns? Default WordPress list tables are limited. They often show only the title, author and date. Admin Columns turns them into useful management screens that show you what matters. Examples: See featured images, custom fields and taxonomies directly in the post list table Display media file size, dimensions or EXIF data View user metadata and roles in the users screen Keep track of large content libraries Popular use cases Admin Columns is used by developers, agencies and site owners to manage content more efficiently. Common setups: Managing WooCommerce products with price, SKU or stock columns Displaying ACF custom fields in post list tables Organizing large media libraries Reviewing SEO metadata from Yoast Organizing custom post types with the right columns Built for developers Admin Columns is open source and built to be extended. Use actions and filters to register custom column types, modify output or integrate with your own plugins. Full hooks and filters reference for custom integrations Register column configurations in PHP for version-controlled setups Designed to work alongside page builders, custom post type plugins and third-party extensions Explore the developer documentation. Admin Columns Pro Upgrade to Admin Columns Pro for sorting, filtering, inline editing and more. With Pro you can: Sort any column Filter content with stackable smart filters Inline editing – edit titles, custom fields, taxonomies and more directly from the list table Bulk editing – update multiple items at once Conditional formatting – color-code rows and cells based on rules Export to CSV Import/export column sets between sites or team members Save to PHP for version-controlled column configurations Admin Columns Pro also provides deep integrations with popular plugins: Advanced Custom Fields – display and edit all field types WooCommerce – product and order columns Yoast SEO – SEO score and metadata columns Toolset Types – custom fields and relationships Pods – Pods fields and content types Learn more about the additional features of Admin Columns Pro on our website: Upgrade to Admin Columns Pro Supported content types Admin Columns works with the following WordPress admin screens: Posts, Pages and Custom Post Types Users Media Library Comments Taxonomies (Pro) Custom field column Admin Columns allows you to display custom fields (post meta and user meta) directly in the admin list table. Supported field formats include: Color Date Images Number Text URL True/False Relational: Posts, Users and Media Docs & Support Is this your first time using Admin Columns? Check out our documentation and guides: Documentation Getting Started Developer documentation Need help? Please visit the Admin Columns support forums. Contribute Admin Columns is open source and community-driven. There are several ways to contribute: Translate: Help translate Admin Columns on WordPress.org or Pro translations on Transifex Report issues: Found a bug? Report it on GitHub Suggest features: Submit ideas to our public roadmap
Top keywords
- columns22×3.76%
- admin19×3.25%
- admin columns16×2.74%
- custom14×2.39%
- fields10×1.71%
- column8×1.37%
- custom fields8×1.37%
- pro8×1.37%
- types8×1.37%
- list7×1.20%
- media6×1.03%
- post6×1.03%
Slash Edit
Slash Edit saves you time by adding a simple admin shortcut to WordPress that lets you edit posts and pages quickly by adding /edit to almost any URL. Instead of navigating through wp-admin or relying on the admin bar, just append /edit and go straight to the edit screen. https://yoursite.com/about/edit This makes it easy to: Edit posts quickly Edit pages quickly Use a reliable quick edit shortcut Access a clean admin shortcut to edit content Securely share admin edit links with clients A True WordPress Shortcut for Editing – /edit Slash Edit is built for speed. Whether you’re a developer, editor, or site owner, it gives you a consistent shortcut to edit posts and pages without relying on the admin bar. No more searching through the dashboard No more long admin URLs Just a fast and predictable edit shortcut that is there when you need it Replace Complex Admin URLs Stop sharing links like: https://yourdomain.com/wp-admin/post.php?post=123&action=edit Instead, send a clean edit page shortcut: https://yourdomain.com/about/edit Perfect for clients and teams who need a simple way to quick edit content or for email senders who mangle URLs. What You Can Edit Slash Edit works across your entire site: Posts and pages Custom post types Users Categories and tags Taxonomies Author archives Front page (if assigned) Blog page (if assigned) If you are not logged in, you will be prompted to log in and then redirected to the correct edit screen. Why Use This Edit Shortcut? You want to edit posts and pages quickly You need a reliable admin shortcut without the admin bar You want to send clients a simple edit page link You prefer a fast quick edit workflow Slash Edit is Perfect for WordPress Plugin and Theme Demos When a WordPress Playground or demo site is generated, you don’t always know the final ID or URL of an item. With Slash Edit installed, give them a relative link such as: /about/edit If you have theme demos you can take your users right to the customizer or Full Site Editor with a shortcut: /theme/edit Examples of Slash Edit in Use Content Editing Homepage: https://yourdomain.com/edit Page: https://yourdomain.com/about/edit Post: https://yourdomain.com/blog/your-blog-post/edit Custom Post Type: https://yourdomain.com/resources/my-resource/edit Deeply Nested Post Type (example: lessons): https://yourdomain.com/courses/new-course/lessons/new-lesson/edit WooCommerce: `https://yourdomain.com/product/product-123/edit Post Types Archives Custom Post Type (example: articles): https://yourdomain.com/articles/edit WooCommerce Products: https://yourdomain.com/product/edit or https://yourdomain.com/shop/edit Easy Digital Downloads: https://yourdomain.com/downloads/edit Users Edit author profile: https://yourdomain.com/author/myuser/edit Users list: https://yourdomain.com/users/edit https://yourdomain.com/author/edit https://yourdomain.com/authors/edit Taxonomies Category: https://yourdomain.com/category/category-one/edit Tag: https://yourdomain.com/tag/new-tag/edit Custom Taxonomy: https://yourdomain.com/topics/hosting/edit Nested Taxonomy Within Post Type: https://yourdomain.com/how-tos/topics/hosting/edit Theme Editing Full Site Editor / Customizer: https://yourdomain.com/theme/edit Multisite Go to a Site’s edit screen: https://mymultisite.com/site/edit Go to all sites in the network admin: https://mymultisite.com/sites/edit Example: Changing the Endpoint Changes /edit to /editar. Make sure to flush permalinks after any endpoint changes. <?php add_filter( 'slash_edit_endpoint', function( $endpoint ) ) { return 'editar'; } Security Only users with Editor capabilities (or higher) can access edit screens. Developers can customize access using filters: slash_edit_capability_check slash_edit_can_edit Developer Friendly Filter the /edit endpoint if needed Extend redirect behavior Lightweight and no settings required