This plugin only works with posts and it could be handy for pages too if you want to keep a live blog running for longer than one day. Could adding that be a possibility?
This plugin only works with posts and it could be handy for pages too if you want to keep a live blog running for longer than one day. Could adding that be a possibility?
You can easily add liveblogging support to pages with the following:
add_post_type_support( 'page', 'liveblog' );
This goes in your theme's functions.php or similar.
Thanks Daniel. That seems to do it.
You must log in to post.