Title: Featured Image Extended
Author: Enrico Sorcinelli
Published: <strong>ಜೂನ್ 26, 2018</strong>
Last modified: ಜೂನ್ 28, 2018

---

ಪ್ಲಗಿನ್‌ಗಳನ್ನು ಹುಡುಕಿ

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/featured-image-extended/assets/icon-256x256.png?rev=1900512)

# Featured Image Extended

 ‍[Enrico Sorcinelli](https://profiles.wordpress.org/enricosorcinelli/) ಮೂಲಕ

[ಡೌನ್ಲೋಡ್](https://downloads.wordpress.org/plugin/featured-image-extended.1.0.2.zip)

 * [ವಿವರಗಳು](https://kn.wordpress.org/plugins/featured-image-extended/#description)
 * [‍ವಿಮರ್ಶೆಗಳು‍](https://kn.wordpress.org/plugins/featured-image-extended/#reviews)
 *  [ಸ್ಥಾಪನೆ](https://kn.wordpress.org/plugins/featured-image-extended/#installation)
 * [ಅಭಿವೃದ್ಧಿ](https://kn.wordpress.org/plugins/featured-image-extended/#developers)

 [ಬೆಂಬಲ](https://wordpress.org/support/plugin/featured-image-extended/)

## ವಿವರಣೆ

Feature Image Extended extends featured image functionality allowing:

 * 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.

### Usage

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

 * 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.
 So, in order to
get extended featured image settings and apply to your pages, you should use `featured_image_extended()`(
see below).

### API

**`featured_image_extended( integer $post_id = null )`**

It returns an array containing featured image extended information of `$post_id`
post (or current post if you don’t supply an argument) like following:

    ```
    array(
        'show'   => true,
        'url'    => 'https://myurl.com',
        'target' => '_blank',
        'title'  => 'Image title',
    )
    ```

#### Hooks

**`featured_image_extended_settings`**

Filter plugin settings values.

    ```
    apply_filters( 'featured_image_extended_settings', array $settings )
    ```

**`featured_image_extended_admin_settings`**

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

    ```
    apply_filters( 'featured_image_extended_admin_settings', boolean $display )
    ```

## ಸ್ಕ್ರೀನ್‌ಶಾಟ್‌ಗಳು

[⌊The Featured image metabox in action.⌉⌊The Featured image metabox in action.⌉[

The Featured image metabox in action.

[⌊The administration post list with featured image.⌉⌊The administration post list
with featured image.⌉[

The administration post list with featured image.

[⌊The plugin settings page.⌉⌊The plugin settings page.⌉[

The plugin settings page.

## ಸ್ಥಾಪನೆ

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.
 2. Activate the plugin through the _Plugins_ screen in WordPress.

## FAQ

  Does it work with Gutenberg?

Not completely. For setting visibility of featured image, this plugin uses `admin_post_thumbnail_html`
filter and currently there are no Gutenberg equivalents.

## ‍ವಿಮರ್ಶೆಗಳು‍

ಈ ಪ್ಲಗಿನ್‌ಗೆ ಯಾವುದೇ ವಿಮರ್ಶೆಗಳಿಲ್ಲ.

## ಕೊಡುಗೆದಾರರು & ಡೆವಲಪರ್‌ಗಳು

“Featured Image Extended” ಓಪನ್ ಸೋರ್ಸ್ ಸಾಫ್ಟ್‌ವೇರ್ ಆಗಿದೆ. ಕೆಳಗಿನ ಜನರು ಈ ಪ್ಲಗಿನ್‌ಗೆ
ಕೊಡುಗೆ ನೀಡಿದ್ದಾರೆ.

ಕೊಡುಗೆದಾರರು

 *   [ Enrico Sorcinelli ](https://profiles.wordpress.org/enricosorcinelli/)

[“Featured Image Extended” ಅನ್ನು ನಿಮ್ಮ ಭಾಷೆಗೆ ಅನುವಾದಿಸಿ.](https://translate.wordpress.org/projects/wp-plugins/featured-image-extended)

### ಅಭಿವೃದ್ಧಿಯಲ್ಲಿ ಆಸಕ್ತಿ ಇದೆಯೇ?

[ಕೋಡ್ ಬ್ರೌಸ್ ಮಾಡಿ](https://plugins.trac.wordpress.org/browser/featured-image-extended/),
[SVN ರೆಪೊಸಿಟರಿ](https://plugins.svn.wordpress.org/featured-image-extended/) ಪರಿಶೀಲಿಸಿ,
ಅಥವಾ [ಅಭಿವೃದ್ಧಿ ಲಾಗ್](https://plugins.trac.wordpress.org/log/featured-image-extended/)
ಗೆ [RSS](https://plugins.trac.wordpress.org/log/featured-image-extended/?limit=100&mode=stop_on_copy&format=rss)
ಚಂದಾದಾರರಾಗಿ.

## Changelog

For Featured Image Extended changelog, please see [the Releases page on GitHub](https://github.com/enrico-sorcinelli/featured-image-extended/releases).

## ಮೆಟಾ

 *  Version **1.0.2**
 *  ಕೊನೆಯದಾಗಿ ನವೀಕರಿಸಿದ್ದು **8 ವರ್ಷಗಳು ರ ಮುನ್ನ**
 *  ಸಕ್ರಿಯ ಸ್ಥಾಪನೆಗಳು **10 ಕ್ಕಿಂತ ಕಡಿಮೆ**
 *  ವರ್ಡ್ಪ್ರೆಸ್ ಆವೃತ್ತಿ ** 4.4 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  **4.9.29** ವರೆಗೆ ಪರೀಕ್ಷಿಸಲಾಗಿದೆ
 *  PHP ಆವೃತ್ತಿ ** 5.2.4 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  Language
 * [English (US)](https://wordpress.org/plugins/featured-image-extended/)
 * ಟ್ಯಾಗ್‌ಗಳು
 * [category](https://kn.wordpress.org/plugins/tags/category/)[featured image](https://kn.wordpress.org/plugins/tags/featured-image/)
   [post](https://kn.wordpress.org/plugins/tags/post/)[theme](https://kn.wordpress.org/plugins/tags/theme/)
   [thumbnail](https://kn.wordpress.org/plugins/tags/thumbnail/)
 *  [ಸುಧಾರಿತ ನೋಟ](https://kn.wordpress.org/plugins/featured-image-extended/advanced/)

## ರೇಟಿಂಗ್‌ಗಳು

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/featured-image-extended/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/featured-image-extended/reviews/)

## ಕೊಡುಗೆದಾರರು

 *   [ Enrico Sorcinelli ](https://profiles.wordpress.org/enricosorcinelli/)

## ಬೆಂಬಲ

ಹೇಳಲು ಏನಾದರೂ ಸಿಕ್ಕಿದೆಯೇ? ಸಹಾಯ ಬೇಕೇ?

 [ಬೆಂಬಲ ವೇದಿಕೆಯನ್ನು ವೀಕ್ಷಿಸಿ](https://wordpress.org/support/plugin/featured-image-extended/)