The issue you're running into is in the default index view and
controller action you have recursive set to 0 for speed reasons. A
quick fix would be to set that value higher to retrieve comments
associated with posts.
A better solution would be to use the Containable behavior and limit
it to just
Hi,
Can anyone tell me how i can show comments for a post on the index.ctp page?
Basically what i am trying to do it create a panel under each post title that
will display the comments. In this format...
Post A title
Post A snippet content
Comment 1
Comment 2
Comment 3