Skip to content

Latest commit

 

History

History
85 lines (54 loc) · 2.58 KB

README.md

File metadata and controls

85 lines (54 loc) · 2.58 KB

Add Featured Image Column

Description

This is a little plugin which adds a featured image column to WordPress. It automatically adds a column to any post type which supports a featured image. The code is pulled almost directly from my plugin Display Featured Image for Genesis.

Banner/icon image credit: Lauren Mancke on Minimography.

Requirements

  • WordPress 4.1, tested up to 5.5

Installation

Upload

  1. Download the latest tagged archive (choose the "zip" option).
  2. Go to the Plugins -> Add New screen and click the Upload tab.
  3. Upload the zipped archive directly.
  4. Go to the Plugins screen and click Activate.

Manual

  1. Download the latest tagged archive (choose the "zip" option).
  2. Unzip the archive.
  3. Copy the folder to your /wp-content/plugins/ directory.
  4. Go to the Plugins screen and click Activate.

Check out the Codex for more information about installing plugins manually.

Git

Using git, browse to your /wp-content/plugins/ directory and clone this repository:

git clone git@github.com:robincornett/add-featured-image-column.git

Then go to your Plugins screen and click Activate.

Screenshots

Screenshot of posts in the admin
Screenshot of posts with featured images.

Frequently Asked Questions

No questions. Just activate and enjoy.

Credits

Changelog

1.1.6

  • changed: featured image column no longer loads (duplicate) for WooCommerce products

1.1.5

  • improved: output for posts with no featured image

1.1.4

  • fixed: featured image column display on mobile

1.1.3

  • Improved: any post type which supports featured images (including private post types) will display a featured image column
  • Added: the args to get the list of post types has been added to the post types filter
  • Changed: admin column heading is just "Image" instead of "Featured Image"

1.1.2

  • Added: text_domain, language files
  • Fixed (really): featured image column on mobile

1.1.1

  • Fixed: featured image column on mobile

1.1.0

  • Added: the featured image column is now sortable.
  • Due to redundancy, this plugin now deactivates if Display Featured Image for Genesis is active.

1.0.1

  • Added filter to exclude post types

1.0.0

  • Initial release on WordPress.org

0.9.0

  • Initial release on Github