BACK TO DIRECTORY

NS Featured Posts

by Nilambar Sharma

4.8
(29 ratings)

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

Admin Settings page

Admin Settings page

Example of featured in Post listing

Example of featured in Post listing

Plugin Details

Active Installs
4K+
Total Downloads
118,241
Version
4.0.0
Requires WP
6.0
Requires PHP
7.4
Tested Up To
7.1
Added
2014-06-04
Last Updated
2026-09-02 10:27am GMT

Ratings

5
25
4
2
3
1
2
1
1
0