WPIntell

Source evidence

General Stats

Posts To-Do List · support · 2015-04-07T15:06:00+00:00

questionsentiment
mediumseverity
0.6relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 31 rows with source links

19.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

25 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
nagol81 resolved
Hallo, 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

Comments

4 shown
Stefano 2015-04-07T21:48:00+00:00

I’m sorry, but there’s no way to do that, at least as of now 🙂

jdrick55 2015-11-11T03:43:00+00:00

Is there a way to remove the stats all together? they are a bit overwhelming for some of my users

Stefano 2015-11-11T06:50:00+00:00

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' ));

jdrick55 2015-11-11T07:01:00+00:00

Thank you much