WP Manifestindependent plugin directory
manifest / content / feature-image-switcher

Feature Image Switcher

Creates a switcher for changing the feature image of a post

by Christian Wach · github.com/christianwach/feature-image-switcher · 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/christianwach/feature-image-switcher/archive/refs/heads/main.zip

Declares 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:

  1. 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
  2. Activate the plugin.
  3. You're done.

git clone

If you have cloned the code from GitHub, it is assumed that you know what you're doing.

Read the full README on GitHub →