Plugin info

Total downloads: 1,597
Active installs: 10
Total reviews: 1
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 5/30/2013 (4598 days ago)
Added to WordPress: 5/26/2013 (12 years old)
Minimum WordPress version: 3.1
Tested up to WordPress version: 3.5.2
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4598 days ago • 1 reviews

22/100

Is Premium Posts abandoned?

Possibly abandoned (last update 4598 days ago).

Compatibility

Requires WordPress: 3.1
Tested up to: 3.5.2
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Advanced Product Labels for WooCommerce
Rating 4.8/5 (251 reviews)Active installs 20,000
Highlight Search Terms
Rating 5.0/5 (40 reviews)Active installs 7,000
WPComplete
Rating 4.1/5 (43 reviews)Active installs 1,000
Old Post Notification
Rating 5.0/5 (1 reviews)Active installs 30
Attendance Management For LifterLMS
Rating 5.0/5 (3 reviews)Active installs 20
Mark as Read
Rating 5.0/5 (1 reviews)Active installs 10

Description

Want to add a special message or ad code to your most popular blog posts? This plugin enables you to do just that!

  1. Install and activate the plugin via WP-Admin > Plugins.
  2. Mark your top posts as “Premium” using a checkbox in the Post Editor.
  3. Go to WP-Admin > Settings > Reading and edit your premium post message.
  4. Choose to place your message above or below the post content, or place it manually using the template tag inside The Loop.

This plugin also adds the conditional tag is_premium_post() for use in your theme template files. You can use it to test if a specific post is marked as premium by passing the post ID (or post object) as a parameter.

Example:



     is a premium post!


Installation

  1. Install and activate the plugin via WP-Admin > Plugins.
  2. Mark your top posts as “Premium” using a checkbox in the Post Editor.
  3. Go to WP-Admin > Settings > Reading and edit your premium post message.
  4. Choose to place your message above or below the post content, or place it manually using the <?php premium_posts(); ?> template tag inside The Loop.

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

  1. A <code>Premium Post</code> checkbox is added to the publish metabox in the post editor screen.

    A Premium Post checkbox is added to the publish metabox in the post editor screen.

  2. A <code>Premium Post</code> column is added to the post admin table.

    A Premium Post column is added to the post admin table.

  3. A <code>Premium Post</code> checkbox is added to the Quick Edit menu on the post admin table.

    A Premium Post checkbox is added to the Quick Edit menu on the post admin table.

  4. Plugin options are added to <code>WP-Admin > Settings > Reading</code>.

    Plugin options are added to WP-Admin > Settings > Reading.

Changelog

2.3

  • Security update: Added data sanitization to plugin settings displayed in form fields on settings page.

2.2.2

  • Bug fix: resolved undefined index error in WP-Admin > Posts > Add New.

2.2.1

  • Bug fix: save_post() method was throwing an error in the QuickPress dashboard widget.
  • Renamed premium_post_message() method to the more semantic get_post_message().
  • Clarified some inline documentation.

2.2

  • Security update: Added settings field sanitization callback.

2.1

  • Added plugin settings to WP-Admin > Settings > Reading for easy management of premium & standard post messages.
  • Added premium_posts() template tag for manual placement of premium/standard post message.

2.0.1

  • Added term filter for Standard posts in Posts admin table.

2.0

  • Updated version uses a hidden taxonomy to mark posts as premium.
  • Added a column to the Posts admin table.
  • Added a checkbox to the Quick Edit menu.
  • Added term filter for premium posts in Posts admin table.
  • Cleaned up code by moving functions into a singleton class.
  • Added a .pot file for localization.

1.0

  • Initial release stored post IDs of premium posts as an array in the options table.