What is Admin Columns plugin?
Admin Columns is a WordPress plugin that adds fully customizable columns to WordPress admin list screens — giving administrators meaningful information about posts, pages, WooCommerce products, users, and custom post types directly in the list view, without opening each item individually. WordPress’s default post list shows only title, author, categories, tags, and date. Admin Columns adds any custom field, ACF field, WooCommerce data, taxonomy, or relationship data as sortable, filterable columns.
The free version provides basic column customization — drag-and-drop column reordering, showing/hiding default columns, and adding a limited set of additional data types. Admin Columns Pro ($89/year for the Starter plan) is where the plugin becomes truly powerful: editable columns (edit field values directly in the list view without opening the post), WooCommerce-specific columns (inventory, price, sales rank), ACF field columns, sorting and filtering by any column value, and table export to CSV.
Admin Columns is widely used by site administrators, agencies managing client content, and editors who work primarily from WordPress list views. For WooCommerce stores managing large product catalogs, the ability to see and edit stock levels, prices, and categories directly in the product list — without opening each product — dramatically reduces content management time. Admin Columns Pro is a productivity tool that pays for itself quickly in time savings for frequent WP admin users.
Need Help With Admin Columns Setup, Troubleshooting, or Customization?
Need help with Admin Columns? Whether you are dealing with errors, broken functionality, styling problems, plugin conflicts, or advanced customization, we can help you fix the issue and get the plugin working properly on your WordPress site.
Get Admin Columns Expert HelpKey Features
- Drag-and-drop column reordering for all WordPress list screens
- Show/hide default WordPress columns
- Add custom data columns: custom fields, ACF fields, WooCommerce data, user meta, taxonomy
- Sortable and filterable columns (Pro)
- Inline editing — edit column values directly in list view (Pro)
Pros & Cons
Pros
- Dramatically improves WordPress admin productivity for content-heavy or product-heavy sites
- Inline editing (Pro) eliminates opening individual posts/products for simple data updates
- WooCommerce product management from the list view is a game-changer for stores with large catalogs
Cons
- Most powerful features (inline editing, ACF columns, WooCommerce columns, sorting, export) require Pro ($89/year)
- Free version is fairly basic — more of a column reordering tool
Free vs Premium
Free: basic column management, reordering, hide/show defaults. Pro Starter ($89/year): inline editing, ACF, WooCommerce, sorting, filtering, export. Agency ($199/year, unlimited sites).
Common Problems & Fixes
Admin Columns columns are not displaying data for some posts — some cells in the added column show empty. How do I debug missing data?
Empty column cells indicate the data does not exist for those posts. Check: (1) the custom field or ACF field configured in the column is not set on those specific posts — empty meta fields show empty columns; (2) for ACF fields, verify the field group is assigned to the post type and the field has been filled in for the posts; (3) the column configuration may reference the wrong meta key — verify the meta key name matches exactly (case-sensitive) what is stored in the database; (4) for relationship columns, verify the relationship is properly configured in both directions.
Admin Columns inline editing is not saving changes — editing a value in the list view reverts when the page refreshes. How do I fix inline editing?
Inline editing requires Pro and uses AJAX to save changes. If changes do not persist: (1) check browser DevTools Network tab for the AJAX response when saving — look for error messages; (2) a security plugin may block Admin Columns AJAX save requests — whitelist Admin Columns in your security plugin; (3) verify the current user has edit permissions for the post type and field being modified; (4) some complex field types (repeaters, flexible content) do not support inline editing — use the standard post edit screen for complex field types.
Admin Columns is significantly slowing down the WooCommerce product list. How do I improve list performance with many custom columns?
Each custom column adds additional database queries to the product list. Optimize by: (1) disable columns not actively used for the current workflow — Admin Columns allows saving different column sets; (2) reduce the number of products per page in Screen Options → Number of items per page; (3) avoid relationship and taxonomy columns that require complex JOIN queries on large datasets; (4) use Admin Columns’ built-in caching if available; (5) ensure database indexes exist on frequently-queried meta keys used in column sorting.
Customization & Developer Notes
How do I add an ACF custom field column to the WordPress post list using Admin Columns?
In WordPress admin → Admin Columns → All Columns → [Post Type], click “Add Column.” In the column type selector, look for “ACF (Advanced Custom Fields)” as an option. Select the specific ACF field to display. Configure: column header, sortability (Pro), and any custom formatting. Save. The ACF field value now appears as a column in the post list. For ACF Pro’s complex field types (Repeater, Flexible Content, Gallery), Admin Columns Pro handles display formatting appropriate to each field type.
How do I export the WordPress post list with custom Admin Columns data to CSV?
CSV export requires Admin Columns Pro. With Pro active, go to the post type list screen. Look for an “Export” button or option in the Admin Columns area. Configure the export: which columns to include, any filter conditions, and the date range. Click Export to download a CSV file containing the post list data including all configured custom columns. This is useful for reporting, auditing, or importing data to external systems. The export respects Admin Columns’ current filter and sorting settings.
Frequently Asked Questions
Does Admin Columns work with WooCommerce products?
Yes — Admin Columns Pro includes dedicated WooCommerce support with pre-configured columns for: product price, sale price, stock quantity, stock status, SKU, product type, variants count, product categories/tags, product gallery images, and total sales. These columns are available in the WooCommerce Products list screen. Combining WooCommerce columns with inline editing allows updating product prices and stock levels directly from the product list — a significant time saver for stores with large catalogs.
Can Admin Columns display user meta data in the WordPress Users list?
Yes — Admin Columns supports the WordPress Users admin list in addition to post type lists. Add custom columns to the Users screen showing user meta (registration date, last login, purchase history via WooCommerce), user roles, profile fields (from Ultimate Member, WP User Manager, or custom user meta), or any ACF fields assigned to user profiles. This provides a complete overview of user data without opening individual profile pages.
Can Admin Columns break after updates?
Yes, that can happen, especially on older sites with many plugins. This usually happens when the plugin, theme, and add-ons are updated out of sequence. In most cases, testing on staging catches the issue before it reaches the live site. From experience, backups and changelog reviews save a lot of cleanup time.
What should I check before installing Admin Columns?
Start by checking whether another plugin already does the same job. In most cases, overlap is what creates avoidable conflicts and performance issues. A common issue is installing a plugin because it looks convenient without checking the stack first. From experience, a short compatibility review avoids most of the pain later.