Rareview Scheduled Sticky Posts

Description

Rareview Scheduled Sticky Posts brings sticky post behavior to post types beyond standard WordPress Posts.

Choose which public post types should support sticky content, then manage sticky state directly from the block editor. Editors can optionally schedule when a post becomes sticky and when that sticky period expires.

Rareview Scheduled Sticky Posts also includes an admin settings screen for enabling post types, adjusting sticky cache duration, clearing cached sticky query data, and reviewing or removing sticky behavior from posts in bulk.

Features include:

  • Sticky support for public post types beyond core posts
  • Block editor sidebar controls for sticky state
  • Optional sticky start and end dates
  • Support for Query Loop block output
  • Admin tools for cache clearing and sticky post cleanup

Development

This plugin uses modern build tooling for development.

The uncompiled source code for all generated JavaScript and CSS assets is publicly available at:

https://github.com/rareview/rareview-scheduled-sticky-posts

Production assets in the dist directory are generated from the source files in the repository.

Build steps:

  1. Run npm install
  2. Run npm run build

Screenshots

  • Rareview Scheduled Sticky Posts admin settings displaying post type selection and current sticky posts.
  • Single post editing view showing the sticky toggle and schedule.
  • Admin post table view showing quick hints of what is sticky or scheduled.

Installation

  1. Upload the plugin files to the /wp-content/plugins/rareview-scheduled-sticky-posts directory, or install the plugin through the WordPress plugins screen.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to Settings > Rareview Scheduled Sticky Posts.
  4. Select the public post types that should support sticky behavior.
  5. Save your changes.
  6. Edit a supported post in the block editor and use the Scheduled Sticky Posts panel to enable sticky behavior.

FAQ

Which post types can use Rareview Scheduled Sticky Posts?

Any public post type shown on the Rareview Scheduled Sticky Posts settings screen can be enabled, except for excluded built-in types such as attachments and pages.

Where do I enable sticky behavior for a post?

Open a supported post in the block editor and use the Scheduled Sticky Posts panel in the document sidebar.

Can I schedule sticky behavior?

Yes. You can optionally set a start date and an end date for each sticky post.

Does this work with normal WordPress sticky posts?

Yes. For the default Posts post type, Rareview Scheduled Sticky Posts respects native WordPress sticky behavior while adding scheduling and management tools.

Can I clear sticky settings in bulk?

Yes. The Rareview Scheduled Sticky Posts settings screen includes tools to review sticky posts, clear cached sticky query results, and remove sticky behavior from selected posts.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Rareview Scheduled Sticky Posts” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.0

  • Initial release