AdvisorySG / ghost-advisory-theme

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

Replace `.gh-readmore` with a Related Posts section #289

Closed wei2912 closed 3 years ago

wei2912 commented 3 years ago

Currently, posts on our website end with a back & next button:

image

As discussed in previous design meetings, this is not very useful since readers are unlikely to scroll through posts in chronological order, preferring to filter out those relevant to their choice of industries. As proposed in the mockups, a new section can be created for related articles:

image

Technical Details:

  1. Use https://ghost.org/docs/tutorials/related-posts-block/ if possible and try to have it load posts with any matching tags (rather than all matching). Hopefully this will be sufficient.
  2. Use the card.hbs partial in the meantime, as https://github.com/AdvisorySG/ghost-advisory-theme/issues/284 has not been resolved yet.