WP Manifestindependent plugin directory
manifest / admin / cwp-column-post-featimg-path

Posts Column for Featured Image Path

Add a column to WordPress Posts lists to show the path of a post's Featured Image.

by Robert Andrews · github.com/robertandrews/cwp-column-post-featimg-path · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/robertandrews/cwp-column-post-featimg-path/archive/refs/heads/master.zip

Readme

Posts Column for Featured Image Path

This WordPress plugin adds a custom column to the Posts list in the WordPress admin area. The column displays the path of any attached Featured Image for each post.

Installation

  1. Upload the column-featured-img-path folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Go to the 'Posts' screen in the WordPress admin area to see the new custom column.

Usage

After activating the plugin, a new custom column named 'Featured Image Path' will appear in the Posts list in the WordPress admin area. The column displays the path of any attached Featured Image for each post. The path shown in the column is relative to the 'wp-content' directory.

Changelog

1.0.0

  • Initial release

License

This plugin is licensed under the MIT License - see the LICENSE file for details.

Read the full README on GitHub →