WP Manifestindependent plugin directory
manifest / content / liveblog-redux

Liveblog Redux

A modernized version of the Liveblog plugin.

by Peter Sorensen, Robots · github.com/psorensen/liveblog-redux

0stars
0forks

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.zip

Block-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.