I am using latest version of ghost and the Ruby Theme.
I have a nice looking “related posts” section on the left. However, I noticed it does not seem to be dynamic. Every page it is exactly the same. It would be cool to incorporate the tags of the post it is on, so that it is always different and pulls from related tags. Unfortunately I’m not sure how to do that. Here is the current related posts handlebars code:
Hey @mlolm, the current logic shows 3 posts with the same tag as the current post excluding the current post. If it’s same for all posts on your end, your posts might be using same tags.
Here is how it works on the demo. You can see that the posts are different depending on the tags - Apple, Google and Review.