This doesnt seem to work on custom post types, can it?
This doesnt seem to work on custom post types, can it?
You need to explicitly add support for post types. When you register your post_type you can pass liveblog into the supports array, or call add_post_type_support( 'post_type', 'liveblog' )
You must log in to post.