https://github.com/ravenhawktech/wordpress-upcoming-scheduled-posts
A Wordpress plugin that displays your upcoming scheduled posts for your Blog!
https://github.com/ravenhawktech/wordpress-upcoming-scheduled-posts
Last synced: about 1 month ago
JSON representation
A Wordpress plugin that displays your upcoming scheduled posts for your Blog!
- Host: GitHub
- URL: https://github.com/ravenhawktech/wordpress-upcoming-scheduled-posts
- Owner: RavenHawkTech
- Created: 2026-05-25T13:14:27.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-25T13:32:34.000Z (about 1 month ago)
- Last Synced: 2026-05-25T15:26:11.069Z (about 1 month ago)
- Size: 111 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# RavenHawk Scheduled Posts
Dark-theme-safe WordPress shortcode plugin for displaying upcoming scheduled posts.
This repository contains the RavenHawk Scheduled Posts plugin package, update manifest, screenshots, and repository documentation for RavenHawkTech.
## Current Version
**v2.0.1**
## Features
- Displays upcoming scheduled WordPress posts
- Shortcode support with `[rht_scheduled_posts]`
- Optional category filtering
- Optional date display
- Optional excerpt display
- Optional editor links for users who can edit posts
- RavenHawkTech admin menu grouping
- Admin page with shortcode reference
- Editable frontend style controls
- GitHub manifest-based update metadata
## Screenshots
### Admin Settings

### Frontend Preview

## Shortcode
```text
[rht_scheduled_posts]
```
Advanced example:
```text
[rht_scheduled_posts limit="5" category="ai" show_excerpt="yes" show_date="yes"]
```
## Admin Settings
Open:
```text
RavenHawkTech → Scheduled Posts
```
The admin page displays the shortcode and includes frontend style controls.
## Repository Structure
This repository tracks the plugin package instead of the extracted plugin source files.
```text
/
├─ README.md
├─ SECURITY.md
├─ COPYRIGHT.md
├─ releases/
│ └─ ravenhawktech-scheduled-posts.zip
├─ screenshots/
│ ├─ README.md
│ ├─ scheduled-posts-admin-settings.png
│ └─ scheduled-posts-frontend-preview.png
└─ updates/
└─ rht-scheduled-posts.json
```
The package contains the full WordPress plugin folder, including the plugin PHP file, stylesheet, admin icon assets, and plugin readme.
## Installation
1. In WordPress Admin, go to **Plugins → Add Plugin**.
2. Click **Upload Plugin**.
3. Choose the RavenHawk Scheduled Posts package.
4. Click **Install Now**.
5. Activate the plugin.
6. Open **RavenHawkTech → Scheduled Posts** in WordPress Admin.
## Support RavenHawkTech
## RavenHawkTech
Website: https://ravenhawktech.com
## License
GPL-2.0-or-later unless otherwise noted.
