ipcmedia/auto-thumbnail-wp-cli

Auto Thumbnail WP-CLI

Installs: 355

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 18

Forks: 2

Type:wordpress-plugin

1.0.1 2014-03-24 11:49 UTC

This package is not auto-updated.

Last update: 2024-04-13 12:38:10 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

  1. Navigate to the 'Add New' in the plugins dashboard
  2. Search for 'auto-thumbnail-wp-cli'
  3. Click 'Install Now'
  4. Activate the plugin on the Plugin dashboard

Uploading in WordPress Dashboard

  1. Navigate to the 'Add New' in the plugins dashboard
  2. Navigate to the 'Upload' area
  3. Select auto-thumbnail-wp-cli.zip from your computer
  4. Click 'Install Now'
  5. Activate the plugin in the Plugin dashboard

Using FTP

  1. Download auto-thumbnail-wp-cli.zip
  2. Extract the auto-thumbnail-wp-cli directory to your computer
  3. Upload the auto-thumbnail-wp-cli directory to the /wp-content/plugins/ directory
  4. 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.