I have a blog in Magento with a block displaying all the categories added from the admin. Say I have something like this -
**Blog Categories**
________________________
Category 1
Category 2
Category 3
Now, I want to add another block below it which would pull posts from a specific category. Something like this-
Category 1
________________________
Post 1
Post 2
Post 3
Can anyone guide me, How could I do so? Thanks