Title: Force Featured Image
Author: Jonathan Bardo
Published: <strong>3. новембар 2013.</strong>
Last modified: 25. фебруар 2015.

---

Претражи додатке

![](https://ps.w.org/force-featured-image/assets/banner-772x250.png?rev=799342)

Овај додатак **није испробан са последња 3 главна издања Вордпреса**.Можда се више
не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

![](https://s.w.org/plugins/geopattern-icon/force-featured-image_fcc903.svg)

# Force Featured Image

 [Jonathan Bardo](https://profiles.wordpress.org/jonathanbardo/)

[Преузимање](https://downloads.wordpress.org/plugin/force-featured-image.zip)

 * [Детаљи](https://sr.wordpress.org/plugins/force-featured-image/#description)
 * [Прегледи](https://sr.wordpress.org/plugins/force-featured-image/#reviews)
 *  [Постављање](https://sr.wordpress.org/plugins/force-featured-image/#installation)
 * [Изградња](https://sr.wordpress.org/plugins/force-featured-image/#developers)

 [Подршка](https://wordpress.org/support/plugin/force-featured-image/)

## Опис

**Development of this plugin is done [on GitHub](https://github.com/x-team/wp-force-featured-image).
Pull requests welcome. Please see [issues](https://github.com/x-team/wp-force-featured-image/issues)
reported there before going to the plugin forum.**

## Снимци екрана

 * [[
 * The plugin shows the user a warning when he doesn’t respect the image dimension

## Постављање

 1. Upload `force-featured-image` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. This plugin lets you specify which post-type requires to force a featured image
    to. It will also let you specify minimum dimensions for the image.
     Let’s say, 
    for example, you want to force a user to set an image on the default post type 
    with the following dimensions (400px * 400px). Put this code in the function.php
    of your theme :
 4.     ```
        function theme_force_featured_image( $options ){
            $options['post'] = array(
                'width'  => 400,
                'height' => 400,
            );
    
            return $options;
        }
        add_filter( 'force_featured_image_post_type', 'theme_force_featured_image' );
        ```
    

## Прегледи

Нема рецензија за овај додатак.

## Сарадници и градитељи

„Force Featured Image“ је софтвер отвореног кода. Следећи људи су допринели овом
додатку.

Сарадници

 *   [ Jonathan Bardo ](https://profiles.wordpress.org/jonathanbardo/)
 *   [ XWP ](https://profiles.wordpress.org/xwp/)
 *   [ Weston Ruter ](https://profiles.wordpress.org/westonruter/)

[Преведите „Force Featured Image“ на свој језик.](https://translate.wordpress.org/projects/wp-plugins/force-featured-image)

### Заинтересовани сте за градњу?

[Прегледајте код](https://plugins.trac.wordpress.org/browser/force-featured-image/),
проверите [SVN складиште](https://plugins.svn.wordpress.org/force-featured-image/)
или се пријавите на [белешку градње](https://plugins.trac.wordpress.org/log/force-featured-image/)
преко [RSS-а](https://plugins.trac.wordpress.org/log/force-featured-image/?limit=100&mode=stop_on_copy&format=rss).

## Белешка о изменама

#### 0.2.0

 * Add the ability to force a featured image with dimensions

#### 0.1.0

First Release

## Мета

 *  Version **0.2.0**
 *  Last updated **11 година раније**
 *  Active installations **10+**
 *  WordPress version ** 3.5 или новије **
 *  Tested up to **3.7.41**
 *  Language
 * [English (US)](https://wordpress.org/plugins/force-featured-image/)
 * Tags
 * [admin](https://sr.wordpress.org/plugins/tags/admin/)[featured](https://sr.wordpress.org/plugins/tags/featured/)
   [featured image](https://sr.wordpress.org/plugins/tags/featured-image/)[image](https://sr.wordpress.org/plugins/tags/image/)
   [tinyMCE](https://sr.wordpress.org/plugins/tags/tinymce/)
 *  [Напредни преглед](https://sr.wordpress.org/plugins/force-featured-image/advanced/)

## Оцене

No reviews have been submitted yet.

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

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

## Сарадници

 *   [ Jonathan Bardo ](https://profiles.wordpress.org/jonathanbardo/)
 *   [ XWP ](https://profiles.wordpress.org/xwp/)
 *   [ Weston Ruter ](https://profiles.wordpress.org/westonruter/)

## Подршка

Имате нешто да кажете? Потребна вам је помоћ?

 [Види форум подршке](https://wordpress.org/support/plugin/force-featured-image/)