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
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.zipDeclares 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
- Upon activation, the plugin will add a meta box to the standard post and page editor screens.
- 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
- Navigate to the 'Add New' Plugin Dashboard
- Select
cmb2-featured-mobile-image.zipfrom your computer - Upload
- Activate the plugin on the WordPress Plugin Dashboard
Using FTP
- Extract
cmb2-featured-mobile-image.zipto your computer - Upload the
cmb2-featured-mobile-image.zipdirectory to yourwp-content/pluginsdirectory - Activate the plugin on the WordPress Plugins Dashboard
Changes
For information about changes related to the project, be sure to review the CHANGELOG.