Descripción
NS Featured Posts
This plugin adds checkboxes for each list item. You can easily check / uncheck the Featured. Checking the Featured will set the meta value yes for meta key _is_ns_featured_post. From plugin settings, you can choose to which post types you want Featured functionality.
Using in theme
This plugin only set / unset the meta key for asigned post. 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 post which are checked as Featured.
Want to see how this can be used in a Page Template?
Click this link to see example
Instalación
Usando el escritorio de WordPress
- Navega a ‘Añadir nuevo’ en el escritorio de plugins.
- Selecciona ‘ns-featured-posts.zip’ en tu computadora
- Subir
- Activa el plugin desde el escritorio de plugins de WordPress
- Place the ‘NS Featured Posts Widget’ into a Widget area through the ‘Appearance -> Widgets’ menu in WordPress.
Usando FTP
- Extrae ‘ns-featured-posts.zip’ a tu computadora
- Upload the ‘ns-featured-posts’ directory to your ‘wp-content/plugins’ directory
- Activate the plugin on the WordPress Plugins dashboard
- Place the ‘NS Featured Posts Widget’ into a Widget area through the ‘Appearance -> Widgets’ menu in WordPress.
Preguntas frecuentes
-
There is something cool you could add…
-
Nice, make a post on the Support Forum and let us know. We are always looking for ways to improve our plugins.
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 6 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
2.0.2
- Minor bug fixes
2.0.1
- Fix bug of 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