Ad Inserter
94Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...
A plugin for making posts, pages, or custom post types featured. Users can enable/disable Featured flags for selected post types.
NS Featured Posts is a WordPress plugin that allows you to mark posts as featured using checkboxes. It sets a meta value for posts, enabling you to filter and display featured content in your theme. The plugin requires implementation in your theme to fully utilise its functionality.
This plugin is suitable for users who want to highlight specific posts on their WordPress site and have the technical ability to integrate it into their theme's code.
Best for: This suits WordPress users looking to highlight specific posts on their site.
What it does well
Where it falls short
NS Featured Posts provides a straightforward way to manage featured content, but requires some coding knowledge to implement effectively.
Nilambar Sharma's own description of NS Featured Posts, lightly tidied.
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.
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
Other plugins for custom content structures.
Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...
ACF helps customize WordPress with powerful, professional and intuitive fields. Proudly powering over 2 millio...
Checkout Field Editor (Checkout Manager) for WooCommerce – The best WooCommerce checkout manager plugin to man...
Easily reorder posts, pages, custom post types, and taxonomies with intuitive drag-and-drop sorting in the Wor...
The #1 user-rated activity log plugin for event logging, activity monitoring and change tracking.
Admin UI for creating custom content types like post types and taxonomies