Plugin info

Total downloads: 652
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 12/10/2024 (478 days ago)
Added to WordPress: 12/10/2024 (1 years old)
Minimum WordPress version: 5.0
Tested up to WordPress version: 6.7.4
Minimum PHP version: 7.4

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 478 days ago

26/100

Is Content Schedule Manager abandoned?

Possibly abandoned (last update 478 days ago).

Compatibility

Requires WordPress: 5.0
Tested up to: 6.7.4
Requires PHP: 7.4

Languages

Similar & Alternatives

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

Assistant – Every Day Productivity Apps
Rating 4.9/5 (15 reviews)Active installs 4,000
Real Category Management: Content Management in Category Folders
Rating 4.0/5 (16 reviews)Active installs 3,000
Spots
Rating 5.0/5 (10 reviews)Active installs 900
Download PDF After Submit Form
Rating 2.8/5 (5 reviews)Active installs 600
Plezi
Rating 5.0/5 (6 reviews)Active installs 300

Description

Content Schedule Manager is a plugin that provides an easy-to-use calendar interface for managing WordPress post schedules. You can view your posts and easily access their edit links, making content planning more intuitive.

Features

  • Calendar for managing post schedules.
  • View posts by month, week, or day.
  • Click on events to view/edit post details.
  • Bootstrap-styled color-coded events for better visual management.

License

This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Developer Information

The source code for this plugin is available in the /assets/js and /assets/css directories.

To compile or modify assets, use the following steps:
1. Install Node.js and npm.
2. Navigate to the plugin directory and run npm install to install dependencies.
3. Run npm run build to generate the production-ready files.

Original uncompressed source files:
– JavaScript: assets/js/calendar.js (source for assets/js/main.min.js)
– CSS: assets/css/style.css (source for assets/css/main.min.css)

Compressed/Minified files:
– JavaScript: assets/js/main.min.js
– CSS: assets/css/main.min.css

External Services

This plugin uses the following external libraries and services:

  1. FullCalendar Library:

    • Used for rendering and managing calendar events.
    • Files included:
      • assets/js/main.min.js: Minified version of FullCalendar.
      • assets/js/calendar.js: Human-readable source file.
      • assets/css/main.min.css: Minified version of FullCalendar CSS.
      • assets/css/style.css: Human-readable source file.
    • FullCalendar Documentation: https://fullcalendar.io/
    • License: https://fullcalendar.io/license
  2. Google Calendar API:

    • Purpose: To fetch and display calendar events.
    • Data Sent: Calendar ID, API request parameters.
    • Data Received: Event details (title, start/end time, etc.).
    • Links:
      • Terms of Service: https://policies.google.com/terms
      • Privacy Policy: https://policies.google.com/privacy

Developer Information

The source code for this plugin is available in the /assets/js and /assets/css directories.

To compile or modify assets, use the following steps:
1. Install Node.js and npm.
2. Navigate to the plugin directory and run npm install to install dependencies.
3. Run npm run build to generate the production-ready files.

Original uncompressed source files:
– JavaScript: assets/js/calendar.js
– CSS: assets/css/style.css

Compressed/Minified files:
– JavaScript: assets/js/main.min.js
– CSS: assets/css/main.min.css

Installation

  1. Upload the plugin files to the /wp-content/plugins/content-schedule-manager directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Navigate to ‘Schedule Manager’ in the WordPress admin to start managing your post schedules.

Frequently Asked Questions

What types of posts can I manage with Content Schedule Manager?

You can manage all types of posts except pages. This includes custom post types, allowing flexibility in content scheduling.

Can I edit post details directly from the calendar?

Yes, you can click on any scheduled post to view and access the edit link for the post.

Review feed

No reviews available

Screenshots

  1. The main calendar view showing scheduled posts in month view.

    The main calendar view showing scheduled posts in month view.

  2. The weekly view showing scheduled posts.

    The weekly view showing scheduled posts.

  3. The daily view showing scheduled posts.

    The daily view showing scheduled posts.

Changelog

1.0

  • Initial release with calendar functionality for viewing and editing post schedules.