WordPress.org

Forums

Liveblog
[resolved] Feature request: adding to pages (3 posts)

  1. johnhennmacc
    Member
    Posted 9 months ago #

    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?

    http://wordpress.org/extend/plugins/liveblog/

  2. Daniel Bachhuber
    Member
    Plugin Author

    Posted 9 months ago #

    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.

  3. johnhennmacc
    Member
    Posted 9 months ago #

    Thanks Daniel. That seems to do it.

Reply

You must log in to post.

About this Plugin

About this Topic