Liveblog Redux
A modernized version of the Liveblog plugin.
by Peter Sorensen, Robots · github.com/psorensen/liveblog-redux
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/psorensen/liveblog-redux/archive/refs/heads/main.zipBlock-editor liveblogging for WordPress. Requirements: WordPress 6.7+, PHP 7.4+.
Quick start: Install in wp-content/plugins/liveblog-redux, activate, then npm install && npm run build. Add the Liveblog block to a post and use the block appender to add entries (newest first).
Theme override: Add liveblog/entry-header.php in your theme; it receives $args (timestamp, formatted_time, modified, is_modified, authors, update_id).
Development: npm run build (production), npm run start (watch), npm run plugin-zip (distributable zip).
GPL-2.0-or-later.