Conditional notification blocks for WordPress with dashboard widget configuration.
Notiblock adds two blocks to the editor: a conditional wrapper that shows or hides its contents based on a date range, and a message block that displays a globally configured notification. Set the message and date range once in the dashboard widget or settings page, then place the blocks wherever the notification should appear.
- Download the latest
notiblock.zipfrom the releases page. - Go to Plugins → Add New → Upload Plugin and upload the zip file.
- Activate through the Plugins screen.
- Go to Dashboard → Notiblock Settings or Settings → Notiblock to configure your message and date range.
Notiblock Conditional — The wrapper block. Handles the date logic and conditionally renders its contents.
Notiblock Message — Displays the globally configured notification message. Only available inside a Conditional block.
npm installnpm start # Development build with watch
npm run build # Production build
npm run plugin-zip # Create plugin zipGPL-2.0-or-later
