
A plugin for making posts, pages or custom post types featured. User can enable/disable Featured for selected post types.
| Author: | nilambar (profile at wordpress.org) |
| WordPress version required: | 6.0 |
| WordPress version tested: | 6.8.2 |
| Plugin version: | 3.0.1 |
| Added to WordPress repository: | 04-06-2014 |
| Last updated: | 11-09-2025 |
| Rating, %: | 96 |
| Rated by: | 29 |
| Plugin URI: | https://www.nilambar.net/2014/07/ns-featured-... |
| Total downloads: | 113 491 |
| Active installs: | 4 000+ |
![]() Click to start download |
|
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.
Example:
$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
Screenshots
FAQ
ChangeLog


