olefredrik / FoundationPress

FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb
https://foundationpress.olefredrik.com
MIT License
2.7k stars 869 forks source link

Comments pagination missing #1295

Closed derweili closed 6 years ago

derweili commented 6 years ago

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. Add two comments to a single post/page
  2. Go to WP Discussion settings and set the top level comments per page to 1
  3. 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.

Please List the Following:

colin-marshall commented 6 years ago

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?

derweili commented 6 years ago

solved by #1296