NS Featured Posts

Descripción

NS Featured Posts

This plugin adds checkboxes for each list item. You can easily check/uncheck the Featured flag. Checking the Featured will set the meta value yes for meta key _is_ns_featured_post. You can choose which post types you want Featured functionality from plugin settings.

Using in theme

This plugin only sets/unsets the meta key for assigned posts. You need to implement it in your theme to get Featured functionality.

Ejemplo:

$query = new WP_Query( array( 'meta_key' => '_is_ns_featured_post', 'meta_value' => 'yes' ) );

This will fetch the list of posts that are checked as Featured.

Want to see how this can be used in a Page Template?
Click this link to see an example

Capturas

  • Admin Settings page
  • Example of featured in Post listing

Instalación

Usando el escritorio de WordPress

  1. Navega a ‘Añadir nuevo’ en el escritorio de plugins.
  2. Selecciona ‘ns-featured-posts.zip’ en tu computadora
  3. Subir
  4. Activa el plugin desde el escritorio de plugins de WordPress
  5. Coloca el “Widget de NS Featured Posts” dentro de un área de widgets a través del menú de “Apariencia” en WordPress.

Usando FTP

  1. Extrae ‘ns-featured-posts.zip’ a tu computadora
  2. Carga el directorio ‘ns-featured-posts’ a tu directorio ‘wp-content/plugins’
  3. Activa el plugin en el escritorio de plugins de WordPress
  4. Coloca el “Widget de NS Featured Posts” dentro de un área de widgets a través del menú de “Apariencia” en WordPress.

Preguntas frecuentes

¿Es compatible esto con tipos de entrada personalizados?

Yes. It supports custom post types also. From the Settings page( Settings -> NS Featured Posts), you can enable/disable custom post types for featured.

Reseñas

Leer todas las 28 reseñas

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

“NS Featured Posts” ha sido traducido a 7 idiomas locales. Gracias a los traductores por sus contribuciones.

Traduce “NS Featured Posts” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

3.0.1 – 10 Sep 2025

  • WP compatibility

3.0.0 – 30 Jul 2024

  • Requirement: PHP 7.2; WP 6.0
  • Major code refactoring
  • Update dependencies

2.0.13 – 17 May 2024

  • Fix PHP 8.3 notice

2.0.12 – 16 May 2024

  • Add blueprint

2.0.11 – 15 May 2024

  • Fix URLs

2.0.10 – 23 May 2023

  • Update packages

2.0.9 – 4 Feb 2023

  • Fix PHP 8 notices

2.0.8 – 17 Oct 2022

  • Fix PHP notice on the plugins page

2.0.7 – 11 Oct 2022

  • Minor bug fixes

2.0.6 – 4 Jul 2022

  • Minor bug fixes

2.0.5 – 24 Jun 2022

  • Minor bug fixes

2.0.4 – 9 Jan 2022

  • Add order options in widget
  • Minor bug fixes

2.0.3 – 20 Jul 2021

  • Compatibility with WP 5.8
  • Minor bug fixes

2.0.2

  • Minor bug fixes

2.0.1

  • Se corrige error de cpt

2.0.0

  • Major code refactoring
  • Add radio mode
  • Add max posts option
  • Minor bug fixes

1.4.1

  • Corrección de enlaces

1.4.0

  • Fix: Allow Editor to toggle checkbox
  • Compatibilidad con WP 4.6
  • Fix: Minor Bug fixes

1.3

  • Fix: Minor Bug fixes

1.2

  • Fix: Minor Bug fixes

1.1

  • New: Metabox added in edit screen to enable/disable featured
  • Fix: Minor Bug fixes
  • Compatibilidad: revisión de compatibilidad con WP 4.2

1.0.2

  • Corrección de errores

1.0.1

  • Se añadió widget de entradas destacadas
  • Corrección de errores

1.0.0

  • Versión inicial