Scheduled Articles Box WordPress Plugin for Upcoming Posts
Scheduled Articles Box is a lightweight WordPress plugin for displaying upcoming scheduled articles on your website.
It helps you promote posts that are already written but not published yet. Instead of keeping future content hidden inside the WordPress dashboard, you can show visitors what is coming next with a simple, clean, customizable scheduled articles box.
The plugin works with the [scheduled_articles] shortcode, so you can place the upcoming articles list inside a page, post, sidebar, widget area, or any page builder layout that supports WordPress shortcodes.
What Scheduled Articles Box Does
Scheduled Articles Box displays WordPress posts with the Scheduled status.
When you prepare an article in WordPress and schedule it for a future date, the plugin can automatically show that article on the frontend of your website. Visitors can see the article title, optional excerpt, release date, time, and author, depending on the settings you choose.
Once the scheduled post is published, it automatically disappears from the scheduled articles list because it is no longer a future post.
That makes the plugin useful for blogs, online magazines, personal websites, news-style websites, and anyone who likes to prepare content ahead of time.
It gives your visitors a preview of upcoming content without forcing you to manually update a page every time you schedule a new article.
Why Show Upcoming Scheduled Posts?
Many WordPress websites publish content regularly, but visitors usually only see what is already live.
If you already have articles scheduled, Scheduled Articles Box gives you a simple way to turn that hidden publishing schedule into a visible content preview.
This can make your website feel more active, organized, and alive. It also gives returning visitors a reason to come back later because they can see what is planned next.
For example, you can use it to show upcoming blog posts, future announcements, scheduled opinion articles, planned tutorials, upcoming plugin updates, or any other posts prepared in advance.
Write the article, schedule it in WordPress, and let the plugin display it where you want.
A Simple WordPress Scheduled Articles Plugin
Scheduled Articles Box is designed to do one job clearly.
It does not try to become a full editorial calendar, marketing platform, email tool, or bloated publishing system. It simply displays scheduled WordPress posts on the frontend using a shortcode.
The plugin includes a settings page in the WordPress dashboard, so you can adjust the visible text, display options, date format, author label, and number of articles without editing PHP.
You can keep the output minimal or show more detail depending on your website style.
Benefits
Scheduled Articles Box is built for people who want a useful WordPress plugin without unnecessary noise.
There are no unwanted ads, no notification spam, no dashboard banners asking for reviews, no surveys, and no annoying offers trying to sell you something every time you open WordPress.
The plugin does not need an external account. It does not connect to a third-party service. It does not require API keys. It does not send your content, website data, or usage information somewhere else.
It works inside WordPress using standard WordPress functionality.
That makes it privacy focused by design. No tracking. No telemetry. No outgoing connection needed for the plugin to do its job.
It is also lightweight. The plugin uses a shortcode, simple settings, clean frontend output, and CSS selectors you can customize if needed.
No circus. No nonsense. No dashboard drama.
Compatibility
Scheduled Articles Box is designed for modern WordPress websites.
The plugin is written to work with current WordPress versions and modern PHP 8.x environments, including compatibility-minded code for PHP versions up to PHP 8.6.
It uses standard WordPress functions, escaping, sanitization, shortcode handling, WordPress settings, and WordPress queries.
The plugin also has a simple frontend structure, so it should work well with most themes, child themes, and page builders that support shortcodes.
Features
Scheduled Articles Box includes the following features:
- Displays upcoming scheduled WordPress posts
- Shows only future posts
- Automatically removes posts from the list after they are published
- Uses the
[scheduled_articles]shortcode - Optional article excerpt
- Optional release date
- Optional release time
- Optional author name
- Custom heading
- Custom visible description
- Custom message when no scheduled articles are available
- Custom text before the date
- Custom author label
- Adjustable number of articles to show
- Shortcode limit override
- Category slug filtering
- Multiple date format options
- Optional date suffixes such as 22nd, 23rd, and 24th
- Custom divider between date and time
- Frontend CSS selectors for custom styling
- Settings page inside the WordPress dashboard
- Settings link from the Plugins page
- No ads
- No tracking
- No surveys
- No outgoing connection
- No unnecessary dashboard notifications
How the Plugin Works
Scheduled Articles Box checks for WordPress posts with the future post status.
These are posts that have already been written and scheduled for publication at a later date.
The plugin then lists those scheduled posts in ascending date order, so the next upcoming article appears first.
If there are no scheduled articles, the plugin can show a custom message, or show nothing if you prefer a completely empty output.
The display is controlled from the plugin settings page, and the output is added to the frontend with a shortcode.
How to Use the Shortcode
After installing and activating the plugin, add this shortcode wherever you want the scheduled articles box to appear:
[scheduled_articles]
By default, the plugin uses the number of articles set on the settings page.
You can override the number of scheduled posts directly in the shortcode:
[scheduled_articles limit="10"]
You can also filter scheduled articles by category slug:
[scheduled_articles category="category-slug"]
You can combine both options:
[scheduled_articles limit="10" category="category-slug"]
For example, if your category is called WordPress Plugins and the slug is wordpress-plugins, use:
[scheduled_articles category="wordpress-plugins"]
This is useful if you want to show upcoming articles from one specific category only.
Plugin Settings
The settings page is available in the WordPress dashboard under:
Posts > Scheduled articles
From the settings page, you can control how the scheduled articles box appears on your website.
You can adjust:
- Heading
- Visible description
- No articles message
- Number of articles to show
- Article excerpt visibility
- Author visibility
- Author label
- Date visibility
- Time visibility
- Date label
- Date format
- Date suffixes
- Date and time divider
This gives you control over the frontend output without needing to edit the plugin code.
Date Format Options
Scheduled Articles Box includes multiple date format options so the release date can match your website style.
Supported formats include examples like:
22nd May 2026
May 22nd, 2026
22/05/2026
05/22/2026
22.05.2026
05.22.2026
2026-05-22
You can also enable or disable suffixes such as nd, rd, and th.
The readable month formats usually look best with suffixes enabled, especially for styles like:
22nd May 2026
Styling the Frontend Output
Scheduled Articles Box includes CSS selectors for the frontend output, so you can style the box to match your website.
Useful selectors include:
.isfyi-heading
.isfyi-description
.isfyi-list
.isfyi-item
.isfyi-article
.isfyi-title
.isfyi-excerpt
.isfyi-date-time
.isfyi-date-label
.isfyi-date-time-value
.isfyi-date
.isfyi-date-time-divider
.isfyi-time
.isfyi-author-wrapper
.isfyi-author-label
.isfyi-author
You can use these selectors in your theme, child theme, custom CSS area, or page builder CSS panel. This lets you change spacing, font size, colors, borders, and layout without changing the plugin logic.
Privacy Focused and Quiet by Design
Some WordPress plugins install more than just features. They bring ads, banners, popups, upsells, surveys, tracking, remote calls, and other little annoyances nobody asked for. Scheduled Articles Box does not work like that.
It does not need to contact an external server. It does not need to collect analytics. It does not need to ask you for an email address. It does not need to notify you about special offers. It just displays your scheduled posts.
That is the whole point.
How to Download and Install
Download the latest version of Scheduled Articles Box from the plugin page.
After downloading the ZIP file:
- Go to your WordPress dashboard.
- Open Plugins > Add New Plugin.
- Click Upload Plugin.
- Choose the downloaded ZIP file.
- Click Install Now.
- Activate the plugin.
- Go to Posts > Scheduled articles to adjust the settings.
- Add the shortcode where you want the scheduled articles box to appear.
Once the shortcode is added, the plugin will display scheduled posts based on your settings.
Example Use Cases
You can use Scheduled Articles Box in several simple ways.
- A blogger can show upcoming opinion posts or personal articles.
- A tutorial website can show upcoming guides.
- A plugin developer can show future documentation or release notes.
- A magazine-style site can show scheduled editorial content.
- A small website owner can use it as a simple “coming soon” content box without installing a heavy editorial calendar plugin.
It is not complicated, and that is the point.
A Small Plugin That Does One Useful Job
Scheduled Articles Box is a small WordPress plugin for a simple but useful task. It displays upcoming scheduled articles, gives visitors a preview of what is coming next, and lets you control the output from a clean settings page. It does not add ads, tracking, surveys, outgoing connections, or noisy dashboard clutter.
If you regularly schedule WordPress posts and want visitors to see what is coming next, Scheduled Articles Box gives you a straightforward way to do it.
Download Scheduled Articles Box WordPress Plugin
Download the latest version 1.2.4 below and install it through the WordPress plugin uploader. Simple, quick, and no unnecessary ritual. You can view the settings page layout here before downloading the plugin.
If you have any questions about this WordPress plugin, feel free to leave a comment. Before hitting the Post Comment button, please make sure your question is detailed, relevant, and actually about the plugin. Random mystery reports are difficult to fix, even with coffee.



Leave a Comment
Do you have a different opinion, or does it suck in a different way? Leave a comment. No registration, no account setup, just say what you think. Thanks.