Taun, I'm confused as to what you are looking for? Do you want archived posts or posts for a specific month or do you want to filter the "archives" based on the current month?
If you only want to show posts for a given month then make a few modifications to your page template:
- Set the Visibility property on the current repeater to only show for blog and blog post page types.
- Then clone that repeater and set the Visibility property to only show for blog months.
- Set the path in the cloned repeater to "./%"
This should filter the current posts out to the selected month.