Title: Featured Image Extended
Author: Enrico Sorcinelli
Published: <strong>জুন 26, 2018</strong>
Last modified: জুন 28, 2018

---

প্লাগিন অনুসন্ধান

এই প্লাগইনটি **ওয়ার্ডপ্রেসের সর্বশেষ ৩টি মেজর রিলিজের সাথে পরীক্ষা করা হয়নি**। এটি
আর রক্ষণাবেক্ষণ বা সমর্থন করা নাও হতে পারে এবং ওয়ার্ডপ্রেসের আরও সাম্প্রতিক সংস্করণগুলোর
সাথে ব্যবহার করার সময় কম্প্যাটিবিলিটি ইস্যু থাকতে পারে।

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

# Featured Image Extended

 তৈরি করেছেন [Enrico Sorcinelli](https://profiles.wordpress.org/enricosorcinelli/)

[Download](https://downloads.wordpress.org/plugin/featured-image-extended.1.0.2.zip)

 * [বিস্তারিত](https://bn.wordpress.org/plugins/featured-image-extended/#description)
 * [রিভিউ](https://bn.wordpress.org/plugins/featured-image-extended/#reviews)
 *  [ইন্সটলেশন](https://bn.wordpress.org/plugins/featured-image-extended/#installation)
 * [ডেভেলপমেন্ট](https://bn.wordpress.org/plugins/featured-image-extended/#developers)

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

## Description

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 )
    ```

## Screenshots

 * [[
 * The Featured image metabox in action.
 * [[
 * The administration post list with featured image.
 * [[
 * The plugin settings page.

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

## Reviews

There are no reviews for this plugin.

## ডেভেলপার এবং কন্ট্রিবিউটর

“Featured Image Extended” is open source software. The following people have contributed
to this plugin.

কন্ট্রিবিউটর

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

[Translate “Featured Image Extended” into your language.](https://translate.wordpress.org/projects/wp-plugins/featured-image-extended)

### ডেভেলপমেন্ট এ আগ্রহী?

[Browse the code](https://plugins.trac.wordpress.org/browser/featured-image-extended/),
check out the [SVN repository](https://plugins.svn.wordpress.org/featured-image-extended/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/featured-image-extended/)
by [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 বছর আগে**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 4.4 or higher **
 *  Tested up to **4.9.29**
 *  PHP version ** 5.2.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/featured-image-extended/)
 * ট্যাগ
 * [category](https://bn.wordpress.org/plugins/tags/category/)[featured image](https://bn.wordpress.org/plugins/tags/featured-image/)
   [post](https://bn.wordpress.org/plugins/tags/post/)[theme](https://bn.wordpress.org/plugins/tags/theme/)
   [thumbnail](https://bn.wordpress.org/plugins/tags/thumbnail/)
 * টি
 *  [এডভান্সড ভিউ](https://bn.wordpress.org/plugins/featured-image-extended/advanced/)

## Ratings

এখনো কোনো রিভিউ জমা দেওয়া হয়নি।

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

[সব রিভিউ দেখুন](https://wordpress.org/support/plugin/featured-image-extended/reviews/)

## কন্ট্রিবিউটর

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/featured-image-extended/)