Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.03 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.03 KB

WordPress Plugin - Set All First Images As Featured

Very simple plugin that will search for all the first images of your published posts, pages or custom post types and set them as the featured image.

  • You can choose the post type you want to run the plugin on.
  • Also option to overwrite the already selected futured images.

== Installation ==

  1. Unzip set-all-first-images-as-featured.zip
  2. Upload the unziped folder set-all-first-images-as-featured to the /wp-content/plugins/ directory
  3. Activate the plugin through the 'Plugins' menu in WordPress
  4. Go to Tools -> First images as featured

== Changelog ==

= 1.1.0 =

  • Fixed bug on loop requests.
  • Added From - To dates selection.

= 1.1.1 =

  • Added settings link to plugin overview page.
  • Updated translation files.

= 1.2.0 =

  • Added future to search image tags in the editor without attachment to the post.
  • Fixed bug on loop request ending to early.

= 1.2.1 =

  • Optimize code to save the post attachment.

= 1.2.2 =

  • Fixed bug to save attachment metadata.