Linux 软件免费装
Banner图

Scheduled Posts Showcase

开发者 fernandot
ayudawp
更新时间 2026年6月17日 02:08
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

scheduled-posts future-posts upcoming-posts editorial-calendar content-schedule

下载

1.0.1 1.0.0 1.1.0 1.2.0

详情介绍:

Scheduled Posts Showcase lets you display your scheduled (future) posts on the frontend of your WordPress site without creating problematic links to unpublished content. Unlike other solutions that link to scheduled posts and generate 404 errors for visitors, this plugin shows post information (title, date, excerpt, featured image, categories) without ever exposing the permalink or post ID. Key Features Display Options Appearance Options Visibility Control Choose who can see your scheduled posts: Usage Shortcode: [scheduled-posts-showcase] With parameters: [scheduled-posts-showcase count="3" show_date="1" show_excerpt="1" container_style="card"] Widget: Add the "Scheduled Posts Showcase" widget to any widget area from Appearance → Widgets. Gutenberg Block: Search for "Scheduled Posts" in the block inserter and add the block to any post or page. REST API: GET /wp-json/scheduled-posts-showcase/v1/scheduled-posts Parameters: per_page, fields, post_type, order Why This Plugin? Existing plugins for displaying scheduled posts either: Scheduled Posts Showcase solves all these problems with a modern, secure, and fully-featured solution.

安装:

  1. Upload the plugin files to /wp-content/plugins/scheduled-posts-showcase/ or install directly from the WordPress plugin repository.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Configure global settings at Appearance → Future Posts.
  4. Add the widget, block, or shortcode wherever you want to display scheduled posts.

屏幕截图:

  • Frontend display with minimal style
  • Settings page - Display options
  • Settings page - Appearance options
  • Gutenberg block in editor
  • Classic widget configuration

升级注意事项:

1.2.0 The settings page moves to Appearance > Future Posts. Heading can now also be paragraph/span/div, the image size selector lists every size registered on your site plus a new full-width option, and you can attach custom CSS classes globally and per instance. Safe upgrade, no breaking changes.

常见问题:

Why don't the posts have links?

By design, this plugin never creates links to scheduled posts. Linking to unpublished content causes 404 errors for visitors, which is bad for user experience and SEO. Instead, the plugin shows post information to build anticipation without broken links.

Can I show scheduled posts for custom post types?

Yes! Select any public post type from the settings page or specify it in the shortcode with post_type="your_post_type".

How do I customize the appearance?

Use the settings page to configure global defaults for appearance. You can also override settings on individual instances (widget, block, shortcode). For advanced customization, use the CSS classes documented below.

Is the REST API public?

The REST API respects the same visibility settings as the other display methods. If you restrict visibility to logged-in users or editors, the API will also require authentication.

Can I filter or modify the output?

Yes! The plugin provides extensive hooks for developers. See the Developer Hooks section below for all available filters and actions with usage examples.

更新日志:

1.2.0