WP Manifestindependent plugin directory
manifest / media / cmb2-featured-mobile-image

CMB2: Featured Mobile Image archived

Select an image to display as your featured image in the mobile version of your site.

by Tom McFarlin · github.com/tommcfarlin/cmb2-featured-mobile-image · website

4stars
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/tommcfarlin/cmb2-featured-mobile-image/archive/refs/heads/master.zip

Declares an update source (tommcfarlin/cmb2-featured-mobile-image), so updates arrive through the plugin's own updater.

Readme

CMB2 Featured Mobile Image

Select an image to display as your featured image in the mobile version of your site.

About This Plugin

The plugin depends on CMB2 and adds a second meta box that allows you to select an image that can be used as the featured image for the mobile version of your site.

How It Works

  1. Upon activation, the plugin will add a meta box to the standard post and page editor screens.
  2. The meta box will give you the ability to upload an image as the mobile featured image.

Installation

Using Composer

Add the following to your composer.json file:

"tommcfarlin/cmb2-featured-mobile-image": "dev-master"

Using The WordPress Dashboard

  1. Navigate to the 'Add New' Plugin Dashboard
  2. Select cmb2-featured-mobile-image.zip from your computer
  3. Upload
  4. Activate the plugin on the WordPress Plugin Dashboard

Using FTP

  1. Extract cmb2-featured-mobile-image.zip to your computer
  2. Upload the cmb2-featured-mobile-image.zip directory to your wp-content/plugins directory
  3. Activate the plugin on the WordPress Plugins Dashboard

Changes

For information about changes related to the project, be sure to review the CHANGELOG.

Read the full README on GitHub →