Block

Citatly includes a native Gutenberg block that renders today’s quote directly in the block editor. The block requires the compiled /build directory to be present in the plugin folder.

In the block editor, search for Daily Quote and insert the block. No configuration is needed — the block automatically shows the current day’s quote on the frontend.

The block displays only the following preview text in the editor, not the actual quote itself:

Your daily quote will appear here
– Author

The shortcode and the block produce identical HTML output and share the same CSS classes. The shortcode works independently and is always available, even if the block files are absent.