I want to display all posts filed under the category (of the current post) in a post.
for example I have a post http://www.xyz.com/category1/post1 which is filed under ctegory1
when i click on the above link it should show me all the posts filed under category1 like it would have shown when i click on http://www.xyz.com/category1
i do not want redirect the post url to category url .
i want somehow to embed the content of the page http://www.xyz.com/category1 into the post
please let me know how this can be done.