Feature Image Switcher
Creates a switcher for changing the feature image of a post
by Christian Wach · github.com/christianwach/feature-image-switcher · website
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/christianwach/feature-image-switcher/archive/refs/heads/main.zipDeclares an update source (https://github.com/christianwach/feature-image-switcher), so updates arrive through the plugin's own updater.
Readme
Feature Image Switcher
Creates a switcher for changing the feature image of a post.
Description
Feature Image Switcher is a WordPress plugin that creates a switcher for changing the feature image of a post.
This plugin requires:
Installation
There are two ways to install from GitHub:
ZIP Download
If you have downloaded this plugin as a ZIP file from the GitHub repository, do the following to install the plugin:
- Unzip the .zip file and, if needed, rename the enclosing folder so that the plugin's files are located directly inside
/wp-content/plugins/feature-image-switcher - Activate the plugin.
- You're done.
git clone
If you have cloned the code from GitHub, it is assumed that you know what you're doing.