Assuming you're using another repeater when someone is viewing the actual blog post you can add a where condition to your repeater. In your where condition enter:
postBy = '{%postBy%}'
What this will do is get all the documents where postBy = 'the current documents postBy value'.