Hi, I would like to know how to implement a feature similar to the one I currently have with FacetWP, a filtering plugin in WordPress. It enables us to filter posts in various ways. How can I achieve this in Ghost CMS?
If I choose a color or fuel type, it will display posts that have those tags. In the admin panel, we have the ability to assign different categories to each post.
another question: where can i find 404 pages log in ghost?
You could work with tags here, but honestly, that’s a bit of a hack, since the concept of custom fields/data doesn’t exist in Ghost like it does in Wordpress.
If you add tags like “color:green”, “fuel:diesel”, etc. to a post, these would be available through the Content API to any theme. All you’d then need to do is implement logic in that theme to filter through them. Here some more on filter expressions in themes: How to Use Ghost Filter Expressions | Bright Themes
Keep in mind that tags might also be used in different capacities, depending on the theme you’re using – so something like this is fragile and really depends on how you use Ghost.