Skip to content

Commit

Permalink
1.0.2 and foc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
enrico-sorcinelli committed Jun 28, 2018
1 parent a88a87f commit 1312d6d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,32 @@ Tags: post, category, featured image, thumbnail, theme, admin
Requires at least: 4.4
Requires PHP: 5.2.4
Tested up to: 4.9.6
Stable tag: 1.0.1
Stable tag: 1.0.2
License: GPLv2 or later

Feature Image Extended extends featured image builtin functionality.

== Description ==

Feature Image Extended extend featured image functionality allowing:
Feature Image Extended extends featured image functionality allowing:

* Display or not featured image in your themes for all post types.
* Add link to the featured image.
* Add thumbnail featured image in administration screens listing.
* Allows featured image quick-editing.
* Hiding featured image in your themes for all post types.
* Adding link to the featured image.
* Adding thumbnail featured image in administration screens listing.
* Featured image quick-editing.

== Installation ==

This section describes how to install the plugin and get it working.

1. Upload the plugin files to the `/wp-content/plugins/featured-image-extended` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress.
1. Upload the plugin files to the `/wp-content/plugins/featured-image-extended` directory, or install the plugin through the WordPress _Plugins_ screen directly.
1. Activate the plugin through the _Plugins_ screen in WordPress.

== Usage ==

Once the plugin is installed you can control settings in the following ways:

* Programmatically by using `featured_image_extended_settings` filter below.
* Programmatically by using `featured_image_extended_settings` filter (see below).
* Using the *Settings->Featured Image Extended* administration screen.

If your theme uses a different call other than `the_post_thumbnail()`/`get_the_post_thumbnail()` in order to get the featured image, this plugin might not work.
Expand Down

0 comments on commit 1312d6d

Please sign in to comment.