How to display all comments in special comments page?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘How to display all comments in special comments page?’ is closed to new replies.
The topic ‘How to display all comments in special comments page?’ is closed to new replies.
(@nemo-maritime)
17 years, 2 months ago
I am using a mobile them called mobilepress. The theme is good but an issue about it arises when I have multiple comments. I am also using the wp-paged-comments plugin and this has a bad effect on the mobile site.
The issue is that mobilepress gives the comments a different page to display them on, seperate from the post, but when I do I get the wp-paged-comments interfering and it cuts the comments off to a set amount per page I have set it to, this case 15. I have tried using the
<?php paginate_comments_links(); ?>in the comment section and while it looks like its paging the comments, it does not let me go to the second, third, or whatever page of the comments; it just takes me back to the post.So what I am looking is for a way or code to display all of the comments at once, which would overwrite the wp-paged-comments plugin settings for the mobile version of the site. For reference, here is what I have for the comment section so far;