Title: Easy Featured Content
Author: nickohrn
Published: <strong>11 de febrer de 2013</strong>
Last modified: 23 de maig de 2014

---

Cerca extensions

Aquesta extensió **no s’ha provat en les darreres 3 versions majors del WordPress**.
Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat
quan s’usa en versions recents del WordPress.

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

# Easy Featured Content

 Per [nickohrn](https://profiles.wordpress.org/nickohrn/)

[Baixa](https://downloads.wordpress.org/plugin/easy-featured-content.1.1.0.zip)

 * [Detalls](https://ca.wordpress.org/plugins/easy-featured-content/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/easy-featured-content/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/easy-featured-content/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/easy-featured-content/#developers)

 [Suport](https://wordpress.org/support/plugin/easy-featured-content/)

## Descripció

Quickly and easily mark any content that has an editing UI in the WordPress administrative
section as featured. This plugin
 also provides a template tag that you can use 
to display certain markup or styles for featured content and a query variable that
allows you to query for featured (or non-featured) content.

## Captures

[⌊This is the metabox that will appear on all editing screens after plugin activation⌉⌊
This is the metabox that will appear on all editing screens after plugin activation⌉[

This is the metabox that will appear on all editing screens after plugin activation

[⌊This screenshot shows the links you can click to feature or unfeature any content
on your site⌉⌊This screenshot shows the links you can click to feature or unfeature
any content on your site⌉[

This screenshot shows the links you can click to feature or unfeature any content
on your site

## Instal·lació

 1. Upload `featured-content` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Indicate featured content through the row actions on the content management screen
    or the meta box in the content editing screen
 4. Use the query variable `is_featured` in your queries or the template tag `featured_content_is_featured_content`
    in your templates

## PMF

  How do I make a post type featurable?

By default, the plugin only allows posts and pages to be featured. However, if you
have a custom post type, you can easily add featured content support by modifying
the following snippet:

    ```
    function register_featured_content_support() {
        // Adds featured content support to the custom post type 'my-post-type-slug'
        add_post_type_support('my-post-type-slug', 'featured-content');

        // Removes featured content support from pages
        remove_post_type_support('page', 'featured-content');
    }
    add_filter('after_setup_theme', 'register_featured_content_support');
    ```

  Why would I want to use this plugin?

If you have content on your site that you want to feature (maybe on the home page
or in a sidebar) then you can use this plugin
 to enable marking that content as
featured. It works for any post type that provides an editing UI.

  How do I use the query variable?

In your custom queries (`new WP_Query`, `get_posts` or `query_posts`) simply pass
in the query variable `is_featured` as follows:

    ```
    $featured_posts = new WP_Query(array('is_featured' => 'yes', 'post_type' => 'post'));
    ```

If you need to get only non featured content, you would do something like the following:

    ```
    $non_featured_posts = new WP_Query(array('is_featured' => 'no', 'post_type' => 'post'));
    ```

## Ressenyes

No hi ha ressenyes per a aquesta extensió.

## Col·laboradors i desenvolupadors

«Easy Featured Content» és programari de codi obert. La següent gent ha col·laborat
en aquesta extensió.

Col·laboradors

 *   [ nickohrn ](https://profiles.wordpress.org/nickohrn/)

[Traduïu «Easy Featured Content» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/easy-featured-content)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/easy-featured-content/),
baixeu-vos el [repositori SVN](https://plugins.svn.wordpress.org/easy-featured-content/),
o subscriviu-vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/easy-featured-content/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/easy-featured-content/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

#### 1.1.0

 * Better security
 * Code cleanup
 * Use `has_post_type_support` and `add_post_type_support`
 * Only posts and pages support featured content by default now

#### 1.0.0

 * Initial release of plugin

## Meta

 *  Versió **1.1.0**
 *  Darrera actualització **fa 12 anys**
 *  Instal·lacions actives **30+**
 *  Versió del WordPress ** 3.5.1 o posterior **
 *  Provada fins a **3.9.40**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/easy-featured-content/)
 * Etiquetes
 * [admin](https://ca.wordpress.org/plugins/tags/admin/)[Featured Content](https://ca.wordpress.org/plugins/tags/featured-content/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/easy-featured-content/advanced/)

## Valoracions

 5 sobre 5 estrelles.

 *  [  2 valoracions de 5 estrelles     ](https://wordpress.org/support/plugin/easy-featured-content/reviews/?filter=5)
 *  [  0 valoracions de 4 estrelles     ](https://wordpress.org/support/plugin/easy-featured-content/reviews/?filter=4)
 *  [  0 valoracions de 3 estrelles     ](https://wordpress.org/support/plugin/easy-featured-content/reviews/?filter=3)
 *  [  0 valoracions de 2 estrelles     ](https://wordpress.org/support/plugin/easy-featured-content/reviews/?filter=2)
 *  [  0 valoracions de 1 estrelles     ](https://wordpress.org/support/plugin/easy-featured-content/reviews/?filter=1)

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

[Visualitzeu totes les ressenyes](https://wordpress.org/support/plugin/easy-featured-content/reviews/)

## Col·laboradors

 *   [ nickohrn ](https://profiles.wordpress.org/nickohrn/)

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/easy-featured-content/)