Conversation
supportHallo, how i can see in this page only writing people and not all subscriber? Ciao, come posso fare a mostrare nella pagina delle statistiche generali sono coloro che possono scrivere e non TUTTI gli iscritti? Grazie https://wordpress.org/plugins/posts-to-do-list/
I’m sorry, but there’s no way to do that, at least as of now 🙂
Is there a way to remove the stats all together? they are a bit overwhelming for some of my users
Only way is to comment out the relative lines (75 and 128, main file): add_action( 'load-dashboard_page_posts_to_do_list', array( $this, 'posts_to_do_list_dashboard_page_metaboxes' ) ); self::$posts_to_do_list_dashboard_page_slug = add_dashboard_page( "Posts To Do List", "Posts To Do List", 'edit_posts', 'posts_to_do_list', array( $this, 'posts_to_do_list_dashboard' ));
Thank you much
I’m sorry, but there’s no way to do that, at least as of now 🙂
Is there a way to remove the stats all together? they are a bit overwhelming for some of my users
Only way is to comment out the relative lines (75 and 128, main file): add_action( 'load-dashboard_page_posts_to_do_list', array( $this, 'posts_to_do_list_dashboard_page_metaboxes' ) ); self::$posts_to_do_list_dashboard_page_slug = add_dashboard_page( "Posts To Do List", "Posts To Do List", 'edit_posts', 'posts_to_do_list', array( $this, 'posts_to_do_list_dashboard' ));
Thank you much