I used vertical news scroller plugin...but problem is only admin can published news. I want editor also published news. but I don't know how to hack plugin. Here is code...
function scrollnews_plugin_menu() {
add_menu_page( __( 'Scroll news' ), __( "Manage Scrolling News" ), 'administrator', 'Scrollnews-settings', 'managenews' );
}
any help appreciated...
administratortoeditorand see if works ?, but if that code lies inside plugin then that may lose as you update plugin. – amit Aug 2 '12 at 16:33