Comments pagination does not work on MainBlog (post with comments – example: link ) currently in WPMU it’s set 10 comments per page, but it displays all comments.
When I looked inside comments.php in bp-home directory I found that there is no <?php wp_list_comments(); ?> function, but instead <?php foreach ($comments as $comment) : ?>{... } , hence these are totally different ways of listing the comments.
Can someone explain how to add comments pagination (on main blog) ?
As a temporary solution I replaced commentp.php with one that comes with default WP theme. More over I think hat BP developers must rewrite comments.php to start using <?php wp_list_comments(); ?>
Kind regards
Viewing 1 replies (of 1 total)
The topic ‘Comments pagination does not work on MainBlog’ is closed to new replies.
golojads
@golojads
15 years, 4 months ago
Hi.
1. Which version of WPMU are you running?
2.8.2
2. Did you install WPMU as a directory or subdomain install?
directory
3. If a directory install, is it in root or in a subdirectory?
root
4. Did you upgraded from a previous version of WPMU? If so, from which version?
No
5. Was WPMU functioning properly before installing/upgrading BuddyPress?
yes
6. Which version of BuddyPress are you running?
1.0.3
7. Do you have any plugins other than BuddyPress installed and activated?
RusToLat, WP-PageNavi, GD Star Rating
8. Are you using the standard BuddyPress themes or customized themes?
standard, but I did a bit of visual customization
9. If running bbPress, which version?
no
10. Please provide a list of any errors in your server’s log files
no
11. I did not modify any core function files
_______________________________________________________
Comments pagination does not work on MainBlog (post with comments – example: link ) currently in WPMU it’s set 10 comments per page, but it displays all comments.
When I looked inside comments.php in bp-home directory I found that there is no
<?php wp_list_comments(); ?>
function, but instead<?php foreach ($comments as $comment) : ?>{... }
, hence these are totally different ways of listing the comments.Can someone explain how to add comments pagination (on main blog) ?
Regards
Eugene