Forums
Forums / Fixing WordPress / Numbered comments in pagination
(@chitauri)
12 years, 6 months ago
Hello, I have a problem with pagination comments because I`ve paginated the comments of my posts, so I can´t order the comments by numbers.
In each page start counting again.
Example:
Page of the comments number 1:
Comment 1 comment 2 comment 3
Page of the comments number 2:
I´d like in the page comments number two, the count were 4,5,6
What kind of CSS have I to add?
I´ve already achieve order numbers in pagination comments with this plugin:
Greg’s Threaded Comment Numbering
I have to replace this code:
wp_list_comments( array('callback'=>'raindrops_comments'));
for this code:
wp_list_comments('callback=gtcn_basic_callback');
Now works, thanks this post:
http://www.wpbeginner.com/wp-themes/how-to-add-numbers-to-your-wordpress-comments-layout/comment-page-1/#comment-183743
The topic ‘Numbered comments in pagination’ is closed to new replies.
(@chitauri)
12 years, 6 months ago
Hello, I have a problem with pagination comments because I`ve paginated the comments of my posts, so I can´t order the comments by numbers.
In each page start counting again.
Example:
Page of the comments number 1:
Comment 1
comment 2
comment 3
Page of the comments number 2:
Comment 1
comment 2
comment 3
I´d like in the page comments number two, the count were 4,5,6
What kind of CSS have I to add?