ryelle / Foxhound

A text-focused blog theme for WordPress (in React)
https://themes.redradar.net/foxhound
349 stars 39 forks source link

Links to category and tag archive pages don't seem to work #28

Closed jeherve closed 7 years ago

jeherve commented 8 years ago

That seems to be an issue on your site as well: archive pages return all posts. https://ryelle.codes/category/references/

ryelle commented 8 years ago

This seems to be due to the API team removing the filter param: https://github.com/WP-API/WP-API/issues/2799 and the JS library I use to fetch from the API relying on it. Looks like it's also a problem on date archives.

ryelle commented 7 years ago

This has been fixed in #31