In the discussion settings of WordPress you can specify how many Comments should be visible per page.
To support this, the comments pagination must be included into the comments.php template file.
This template tag is missing in FoundaitonPress.
How can this bug be reproduced?
Add two comments to a single post/page
Go to WP Discussion settings and set the top level comments per page to 1
Look at the post in the fronend. Only one comment is visible
What did you expect to happen?
There sould be a pagination
What happened instead?
No pagination shown. Only the first page is visible.
I would prefer if we could style comment pagination with Foundation pagination styles. What are our options here? Do we have to use a custom function to do this?
In the discussion settings of WordPress you can specify how many Comments should be visible per page. To support this, the comments pagination must be included into the comments.php template file. This template tag is missing in FoundaitonPress.
How can this bug be reproduced?
1
What did you expect to happen? There sould be a pagination
What happened instead? No pagination shown. Only the first page is visible.
Please List the Following: