zestycoder
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Live Bloggging] Using Live Blogging alongside with other pluginsOh, almost forget. Merry Christmas and very Happy New Year to you Chris!
Forum: Plugins
In reply to: [Plugin: Live Bloggging] Using Live Blogging alongside with other pluginsThanks Chris. That’s working fine now! 😛
Forum: Plugins
In reply to: [Plugin: Live Bloggging] Using Live Blogging alongside with other pluginsAll right. I’ll give it a try.
Thanks
Forum: Plugins
In reply to: [Plugin: Live Bloggging] Using Live Blogging alongside with other pluginsDear Chris,
Actrually, those plugins already add meta box at post and page entry.
function expirationdate_meta_post() { add_meta_box('expirationdatediv', __('Post Expirator'), 'expirationdate_meta_box', 'post', 'advanced', 'high'); } add_action ('dbx_post_advanced','expirationdate_meta_post'); /** * Add's hooks to get the meta box added to page */ function expirationdate_meta_page() { add_meta_box('expirationdatediv', __('Post Expirator'), 'expirationdate_meta_box', 'page', 'advanced', 'high'); } add_action ('edit_page_form','expirationdate_meta_page');However in your Live Blogging New Entry not appears.
Any ideas?
Thanks
Forum: Plugins
In reply to: [Plugin: Live Bloggging] Using Live Blogging alongside with other pluginsDear Chris,
Thanks for your reply. for grouping means sorting the entries.
Thanks