Presswell Publication Schedule

Àpèjúwe

Presswell Publication Schedule adds precise, automated control over how often new posts are published, and is the perfect solution for ensuring a consistent editorial calendar. Configure the days and times when posts should be published, and new posts will be automatically scheduled for the next available time slot.

Features

  • Automatically schedule posts based on simple day and time rules
  • Ability to override scheduled date for Admins and Editors
  • ‘Publish Now’ actions for Admins and Editors

Documentation

Filters

  • pwps_manage_caps Ìtumọ̀ Yorùbá: – Filter the capability list used to determine who can use schedule override and “Publish now” actions.

The filter receives an array of capabilities. Access is granted when the current user has at least one capability in the array.

Example:

`

add_filter( ‘pwps_manage_caps’, function( $caps ) {
$caps[] = ‘manage_publication_schedule’;
return array_unique( $caps );
} );
`

Àwọn àwòrán ìbòjú

  • Plugin settings screen.
  • Schedule notices on block editor screen.
  • Manual override on classic editor screen.
  • Publish Now action in post listing.

Ìgbéwọlẹ̀

Install via the WordPress plugin installer, or manually upload the plugin directory to wp-content/plugins/.

Configuration

  1. Activate the plugin.
  2. Navigate to Settings -> Publication Schedule.
  3. Configure the active days and times for publication.

FAQ

Why do I need to schedule my posts?

You may want to avoid having new content publish during times of low user engagement, such as overnight or weekends. The plugin will ensure your editorial calendar is consistent and predictable.

How are publish dates and times determined?

When a new post is saved, the plugin will check all previously scheduled posts against the publication schedule and update the new postÌtumọ̀ Yorùbá: ’s publish date to the next available time slot.

Can I set a specific publish date and time?

Yes. Admins and Editors can use “Publish now” to publish a post immediately, or manually override the scheduled date on the Post and Quick Edit screens. Authors do not have the ability to set a custom date.

What happens to a time slot if I manually publish (or override) a scheduled post?

The time slot that the post was originally scheduled for is freed and becomes available for the next new post. Posts already scheduled will not be modified.

Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

Àwọn Olùkópa & Olùgbéejáde

“Presswell Publication Schedule” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí plugin yìí.

Àwọn Olùkópa

Túmọ̀ “Presswell Publication Schedule” sí èdè rẹ.

Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

Ṣàwárí koodu, ṣàyẹ̀wò ibi ìpamọ́ SVN, tàbí ṣe àgbékalẹ̀ sí àkọsílẹ̀ ìdàgbàsókè nípasẹ̀ RSS.

Àkọsílẹ̀ àwọn àyípadà

1.1.0

  • Refactored with block editor support.

1.0.2

  • Admin settings link and style tweaks.

1.0.1

  • UI bug fixes.

1.0.0

  • First public release.