AdvisorySG / ghost-advisory-theme

Custom-built Ghost theme for Advisory SG.
MIT License
6 stars 12 forks source link

Fixed tags/authors not showing all articles #301

Closed DaDevChia closed 2 years ago

DaDevChia commented 3 years ago

Closes #298

Before (only max 2 articles shown per tag):

Screenshot 2021-08-24 at 1 16 17 AM

After (All articles shown per tag):

Screenshot 2021-08-24 at 1 15 40 AM
wei2912 commented 3 years ago

The issue you reported is rather strange behaviour by Ghost, will try to replicate it soon. As the fix shouldn't be necessary (assuming Ghost didn't do some strange changes to the handling of tagged posts), I'm leaving this open until I can replicate the issue.

DaDevChia commented 3 years ago

Issue happens in the beta advisory site as well

Screenshot 2021-08-28 at 11 11 11 PM
wei2912 commented 3 years ago

Forgot to mention this, but the filter should filter for inclusion of one of these tags: #insights, #conversations, #reflections. Do combine the changes from https://github.com/AdvisorySG/ghost-advisory-theme/pull/303 into this PR.

DaDevChia commented 3 years ago

Closes #300

wei2912 commented 2 years ago

I've made the requested changes, as this PR hasn't been updated in a while and the changes look pretty straightforward. Will be merging this in.