Skip to content

Commit

Permalink
Doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
enrico-sorcinelli committed Jun 28, 2018
1 parent 1312d6d commit 48b544a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@

Feature Image Extended extends featured image functionality allowing:

* Display or not featured image in your themes for all post types and for all theme templates.
* 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. 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 configure it in the following ways:

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

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.
So, in order to get extended featured image settings and apply to your pages, you should use `featured_image_extended()` (see below).
Expand Down Expand Up @@ -49,7 +49,7 @@ Filters plugin settings values.
apply_filters( 'featured_image_extended_settings', array $settings )
```

## `featured_image_extended_admin_settings`
### `featured_image_extended_admin_settings`

Filter allowing to display or not the plugin settings page in the administration.

Expand Down

0 comments on commit 48b544a

Please sign in to comment.