Linux 软件免费装
Banner图

Luzid Content Scheduler

开发者 luzidmedia
更新时间 2026年3月6日 22:35
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

scheduler shortcode content banner pagebuilder

下载

1.4.2 1.4.3

详情介绍:

Luzid Content Scheduler controls when a specific frontend block is visible — and can also output the next scheduled date(s) via shortcode. This gives you two complementary ways to use a scheduler:
  1. Show / hide a block (banner, alert, section, popup wrapper, …)\ Add the generated CSS class luzid-cs-<slug> to the element. The plugin adds body classes and a tiny frontend helper so the block is only displayed while the schedule is active.
  2. Display dates in the frontend\ Use the shortcode to print the next event (or a list of upcoming events) anywhere in your content.
Typical Use Cases Core Concepts

安装:

  1. Upload the plugin folder to /wp-content/plugins/ or install via the WordPress Plugins screen.
  2. Activate Luzid Content Scheduler.
  3. Go to WP Admin → Luzid Content Scheduler.
  4. Create a scheduler, define rules, and save.
  5. Add the generated CSS class luzid-cs-<slug> to your frontend block.

屏幕截图:

  • Dates tab: Add single dates or date ranges with times and event text.
  • Recurring tab: Define weekly, monthly, or yearly patterns.
  • Exceptions tab: Block specific dates from showing content.
  • Event Classes tab: Create multiple CSS classes with independent visibility windows.
  • Preview tab: See all upcoming events at a glance.

常见问题:

How are multiple recurring rules combined?

They are combined with OR-logic: if any rule matches, the scheduler is considered active (unless an exception matches).

Do exceptions also affect the frontend, or only the preview?

Exceptions affect everything (frontend visibility, next event calculation, and preview). If "now" is inside an exception range, the block stays hidden.

What's the difference between Event Offset (old) and Event Classes (new)?

Event Classes replaced the old Event Offset feature in version 1.4. The key difference: you can now create multiple classes with independent offsets, allowing different content to appear at different times before/after an event.

Can I use multiple Event Classes for one block?

Each Event Class generates a separate CSS class. You can only apply one class per block, but you can have multiple blocks, each with a different Event Class.

Does the plugin require a specific theme?

No. It works with any theme/page builder that lets you set a custom CSS class on a block/element.

Can I output only the time without the date?

Yes! Use [luzid_cs slug="your-slug" time="raw"] to output only the time. Leave out the date parameter.

How do I create a line break between date and text?

Use sep2="<br>": [luzid_cs slug="event" date="long" text="true" sep2="<br>"]

更新日志:

1.4.2 1.4.1 1.4.0 1.3.12 1.3.11 1.3.10 1.3.9 1.3.8 1.3.7 1.3.6 1.3.5 1.3.4 1.3.0 1.2.9 1.2.7 1.2.6 1.2.5 1.2.3 1.2.0