WPIntell

Source evidence

Settings WP-CommentNavi

WP-CommentNavi · support · 2015-08-25T16:40:00+00:00

complaintsentiment
mediumseverity
0.93relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

5 / 29 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

24 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
seldons unresolved
Hi. Install the plugin Settings WP-CommentNavi. All of these settings by default. But the problem is that the page does not display correctly “Page 19 of 0” Where is error? fns https://wordpress.org/plugins/wp-commentnavi/ Can you try on the default theme with no other plugins activated? Yes, I have tried disabling all plugins. The result is the same. No shows how many pages of all. wordpress 3.9.1 Sorry I can’t help because I can’t reproduce this on my end https://lesterchan.net/wordpress_dev/2015/05/26/%D1%80%D0%BE%D1%81%D1%81%D0%B8%D1%8F/comment-page-1/#comments (at the bottom) I am using the twentyfifteen theme on WordPress 4.3 This is the snippet of code I have on comments.php of twentyfifteen <ol class="comment-list"> <?php wp_list_comments( array( 'style' => 'ol', 'short_ping' => true, 'avatar_size' => 56, ) ); ?> </ol><!-- .comment-list --> <?php twentyfifteen_comment_nav(); ?> <?php if(function_exists('wp_commentnavi')) { wp_commentnavi(); } ?>

Comments

3 shown
Lester Chan 2015-08-25T17:07:00+00:00

Can you try on the default theme with no other plugins activated?

seldons 2015-08-25T17:23:00+00:00

Yes, I have tried disabling all plugins. The result is the same. No shows how many pages of all. wordpress 3.9.1

Lester Chan 2015-08-26T02:04:00+00:00

Sorry I can’t help because I can’t reproduce this on my end https://lesterchan.net/wordpress_dev/2015/05/26/%D1%80%D0%BE%D1%81%D1%81%D0%B8%D1%8F/comment-page-1/#comments (at the bottom) I am using the twentyfifteen theme on WordPress 4.3 This is the snippet of code I have on comments.php of twentyfifteen <ol class="comment-list"> <?php wp_list_comments( array( 'style' => 'ol', 'short_ping' => true, 'avatar_size' => 56, ) ); ?> </ol><!-- .comment-list --> <?php twentyfifteen_comment_nav(); ?> <?php if(function_exists('wp_commentnavi')) { wp_commentnavi(); } ?>