I use Ghost to host my travel blog, and I would like to create special pages of content from old trips. Roughly speaking, these pages will look like the following:
- Trip name
- Embedded HTML (trip map)
- Posts, in chronological order (not reverse chronological order), which I could filter via tags
I can almost do this by creating pages, embedding the trip map HTML, then embedding the posts via HTML that uses that where data=‘/tag/someTripName’, but this has two issues:
- Posts are in reverse chronological order
- Default page style uses CSS columns, rather than full-width style like the Ghost home page
Any suggestions would be appreciated.