Adding Comment Numbers

Posted in: Newspaper
Post count: 4

Hello,

first: great theme! Well done. *****

My Problem: I try to add a number for each comment with this work around: http://wphacks.com/how-to-adding-comment-numbers-to-your-wordpress-theme/

It did not work. I obiously did not manage to bring the code elements on the right positions. Could you please provide me with the modified code for comments.php? That would be great. Or is there an even easier way to implement comments numbers?

Best
Akimo

Post count: 3343

Hello,
Change like here: http://screencast.com/t/W8Vr8e4TY7dT

Thanks

Post count: 4

Excellent! Thanks.

Might be a general problem – if using comment pagination numbers don’t go higher than the maximum comments per page. Is there a way to have consecutively numbers?

Your solution looks like…
comment page 1: numbers of comments = 1 till 10
comment page 2: numbers of comments = 1 till 10

What I want the numbers to look like is…
comment page 1: numbers of comments = 1 till 10
comment page 2: numbers of comments = 11 till 20
and so on.

Any idea?

Post count: 3343

Hello,
Sorry about that, but this require custom work. Will work only if the data is stored in a session or something similar solution.

Thanks for understanding!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.