Hi there,
I was working on a small project where I need to show few post on home page of the website
PS: Only the post which has specific tag name for eg: ‘health’
How can I achieve this using ghost API
Thank you.
Hi there,
I was working on a small project where I need to show few post on home page of the website
PS: Only the post which has specific tag name for eg: ‘health’
How can I achieve this using ghost API
Thank you.
Hey @Mohammed_Moria I think what you’re looking for is the filter
param, you can use that to filter posts by tags, dates, status and so on. Have a look at the filter docs and if you have any questions after please let us know so we can improve the docs if needed
Thank you for your response.
I found this post more useful then filter docs,
link as follows :Ghost Filter Query examples · GitHub
can you please update ghost filter docs
Thank you