Hi, I would like to create a tutorial website using word press. How can we display subcategory with all its post title in a page. Consider,I have main navigation(Category) as Lessons and it has different subcategories like Chapter1,Chapter2,Chapter3 and so on....Here I need to display all subcategories under Lessons with titles of its own posts.Already i tried with
wp_list_categories('child_of=10')
But, by using the same how can we retrieve each post title.. Thank you