>
Download This Plugin | |
Download Elegant Themes | |
Name | NS Featured Posts |
Version | 1.0.2 |
Author | Nilambar Sharma |
Rating | 96 |
Last updated | 2014-10-24 05:41:00 |
Downloads |
2193
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
NS Featured Posts plugin added 24 bytes of resources to the Home page and 37 bytes of resources to the sample Post page.
NS Featured Posts plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! NS Featured Posts plugin ads no tables to your Wordpress blog database.This plugin add checkbox 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.
This plugin only set / unset the meta key for asigned post. You need to implement it in your theme to get Featured functionality.
Example:
$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