ipcmedia / auto-thumbnail-wp-cli
Auto Thumbnail WP-CLI
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 355
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 18
Forks: 2
Type:wordpress-plugin
Requires
- composer/installers: ~1.0
This package is not auto-updated.
Last update: 2024-07-20 14:08:01 UTC
README
This plugin adds the auto-thumbnail
command to the WP-CLI command line.
When run, auto-thumbnail
, queries all posts without featured images (post thumbnails) and set the first attached image as the featured image.
If you are unfamiliar with WP-CLI or command line, this plugin isn't for you.
Usage:
wp auto-thumbnail
Limit to post type
wp auto-thumbnail --post_type=page
Limit number of posts
wp auto-thumbnail --posts_per_page=-1
Installation
This section describes how to install the plugin and get it working.
Using The WordPress Dashboard
- Navigate to the 'Add New' in the plugins dashboard
- Search for 'auto-thumbnail-wp-cli'
- Click 'Install Now'
- Activate the plugin on the Plugin dashboard
Uploading in WordPress Dashboard
- Navigate to the 'Add New' in the plugins dashboard
- Navigate to the 'Upload' area
- Select
auto-thumbnail-wp-cli.zip
from your computer - Click 'Install Now'
- Activate the plugin in the Plugin dashboard
Using FTP
- Download
auto-thumbnail-wp-cli.zip
- Extract the
auto-thumbnail-wp-cli
directory to your computer - Upload the
auto-thumbnail-wp-cli
directory to the/wp-content/plugins/
directory - Activate the plugin in the Plugin dashboard
GitHub Updater
The Auto Thumbnail WP-CLI includes native support for the GitHub Updater which allows you to provide updates to your WordPress plugin from GitHub.
License
The Auto Thumbnail WP-CLI is licensed under the GPL v2 or later.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Contributions
Anyone is welcome to contribute to Auto Thumbnail WP-CLI
There are various ways you can contribute:
- Raise an issue on GitHub.
- Send us a Pull Request with your bug fixes and/or new features.
- Provide feedback and suggestions on enhancements.
Credits
This plugin was written by the development team at IPC Media and maintained by @spacedmonkey.