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%
Moonstack Ultimate Elementor Kit
Moonstack Ultimate Elementor Kit is a powerful plugin that extends Elementor Page Builder with a comprehensive set of professional widgets for displaying posts, custom fields, sliders, and various content elements. In the WordPress admin dashboard, the plugin settings and tools are available under the MU Elementor Kit menu. Features Post Display Widgets – Show post titles, content, excerpts, featured images, and meta data Advanced Sliders – Banner slider, card slider, and logo slider with multiple effects Custom Fields Display – Display ACF and custom post meta fields with various formats Interactive Buttons – Custom buttons with icons, animations, and advanced linking Fully Customizable – Extensive styling options and hook system for developers Widgets Included Post Widgets Post Title – Display post titles with word limit and linking options Post Content – Show full content or excerpts with formatting control Post Excerpt – Custom excerpt display with fallback options Post Meta – Display post metadata (date, author, categories, tags) Post Featured Image – Featured image display with linking and effects Post Custom Fields – Show custom fields and ACF fields with various formats Slider Widgets Banner Slider – Full-width banner slider with content overlays Card Slider – Card-based slider for posts, products, or custom content Logo Slider – Customer logo slider with hover effects and linking Form Widgets Form – Advanced form builder with AJAX submission, email notifications, and Google reCAPTCHA (v2/v3) integration External Services This plugin supports embedding videos from third-party video platforms such as YouTube, Vimeo, and Dailymotion. These services are used only when the site administrator explicitly selects a video field type and provides a corresponding video URL. When embedding a video: – The video ID is used to generate an iframe embed URL. – No personal user data is collected or stored by the plugin. – No data is transmitted automatically without user action. External services used: Dailymotion Service: Video embedding Website: https://www.dailymotion.com Privacy Policy: https://www.dailymotion.com/legal/privacy Terms of Service: https://www.dailymotion.com/legal/terms Vimeo Service: Video embedding Website: https://vimeo.com Privacy Policy: https://vimeo.com/privacy Terms of Service: https://vimeo.com/terms YouTube Service: Video embedding Website: https://www.youtube.com Privacy Policy: https://policies.google.com/privacy Terms of Service: https://www.youtube.com/t/terms Google reCAPTCHA Service: Spam protection and security Website: https://www.google.com/recaptcha/about/ Privacy Policy: https://policies.google.com/privacy Terms of Service: https://policies.google.com/terms Basic Widgets Custom Button – Advanced buttons with icons, animations, and links Developer Friendly All widgets include extensive hook systems for customization: moonulel_after_post_title_single_render moonulel_post_content_single_before_html_output moonulel_post_excerpt_single_before_render moonulel_before_post_meta_single_render moonulel_post_featured_image_single_before_render moonulel_post_custom_field_single_before_field_output moonulel_post_button_content moonulel_banner_slider_slide_background moonulel_card_slider_slides moonulel_logo_slider_logos moonulel_form_submitted_data moonulel_form_before_send_emails moonulel_form_after_save_db Customization All widgets can be customized using WordPress hooks. Example: // Modify post title output add_filter('moonulel_post_title_single_before_output', function($title, $post, $settings) { return strtoupper($title); }, 10, 3); // Add custom content after banner slider add_action('moonulel_banner_slider_after_container', function($settings, $unique_id, $widget) { echo ' Custom Nav '; }, 10, 3); // Filter form widget submitted data before sending email or saving add_filter('moonulel_form_submitted_data', function($submitted_data, $form_id, $post_id, $settings) { // Add custom hidden data $submitted_data['Source'] = 'Facebook Ads'; return $submitted_data; }, 10, 4);