https://github.com/danpoynor/admin-list-featured-image-column
WordPress plugin that enables post-thumbnails and adds featured image thumbnails to admin list columns for selected post types.
https://github.com/danpoynor/admin-list-featured-image-column
admin-ui custom-post-types featured-image list-column post-list thumbnails wordpress wordpress-plugin
Last synced: 2 months ago
JSON representation
WordPress plugin that enables post-thumbnails and adds featured image thumbnails to admin list columns for selected post types.
- Host: GitHub
- URL: https://github.com/danpoynor/admin-list-featured-image-column
- Owner: danpoynor
- Created: 2023-06-17T13:09:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-25T15:43:15.000Z (about 3 years ago)
- Last Synced: 2025-01-17T02:11:49.882Z (over 1 year ago)
- Topics: admin-ui, custom-post-types, featured-image, list-column, post-list, thumbnails, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Admin List Featured Image Column
WordPress plugin that enables post-thumbnails and adds featured image thumbnails to admin list columns for selected post types.
Use Settings > Admin List Featured Image Column to select which post types show the column, define column label, and set the column thumbnail max width.
## Features
- Set which Post types show the thumbnail column in list view, including custom post types.
- Set label for the column, such as 'Featured Image', 'Thumbnails', or 'Preview',
- Set the column width to make the image larger or smaller.
- Column is always the first column after check boxes.
## Screenshots
Settings screen

Example column display

## Potential To-Do List
- Add uninstall feature to remove settings from db.
- Fix sorting bug so posts with missing images can be listed first.
- Allow adding/removing the featured image from the Quick Edit panel.
- On admin list pages, for any posts that don't have a featured image set yet, allow users to click on "Set featured image" in the thumbnail area to open the "Featured image" modal and select an image.
- Add error handling and feedback to notify users of any issues that may occur during plugin activation or configuration.
- Move configuration settings such as post types, column label, and max width into a separate file or array. This will make it easier to manage and update these settings in the future.
- Add setting for column order.
- Add support for other languages.
- Test with a bunch of other plugins to check for conflicts.
- Add unit tests.
- Submit to