WPIntell

Source evidence

Typo

WP Documentation Lite · support · 2016-08-09T02:09:00+00:00

complaintsentiment
mediumseverity
0.86relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

3 / 26 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

23 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
IntownWebPros unresolved
Table of Content should be Table of Contents. https://wordpress.org/plugins/wp-documentation-lite/ Hello @kjcc , Thanks for using WP Documentation Lite and also we would like to thank you for noting the typo here. Anyways, it will be fixed in the next version of the plugin. For now, just copy the codes below in your theme’s ‘functions.php’ file and it will overwrite the typo. #code remove_action( 'wp_documentation_single_before_toc', 'wp_documentation_single_toc_title' ); add_action( 'wp_documentation_single_before_toc', 'wp_documentation_single_toc_title_new' ); function wp_documentation_single_toc_title_new(){ printf( '<h2>%s</h2>', __( 'Table of Contents', 'wp-documentation-lite' ) ); } Regards, Searchable? It seems that this plugin is not searching via wp searching? my search finds other content, but nothing within my documentation?

Comments

2 shown
WEN Solutions 2016-09-16T04:29:00+00:00

Hello @kjcc , Thanks for using WP Documentation Lite and also we would like to thank you for noting the typo here. Anyways, it will be fixed in the next version of the plugin. For now, just copy the codes below in your theme’s ‘functions.php’ file and it will overwrite the typo. #code remove_action( 'wp_documentation_single_before_toc', 'wp_documentation_single_toc_title' ); add_action( 'wp_documentation_single_before_toc', 'wp_documentation_single_toc_title_new' ); function wp_documentation_single_toc_title_new(){ printf( '<h2>%s</h2>', __( 'Table of Contents', 'wp-documentation-lite' ) ); } Regards,

redpelon 2016-12-11T18:47:00+00:00

Searchable? It seems that this plugin is not searching via wp searching? my search finds other content, but nothing within my documentation?