Is their any way in wordpress custom taxonomy to show all categories and associate their posts as well means:
my category1
post 1
post 2
post 3
post 4
my category2
post 1
post 2
post 3
post 4
note i have to do this in custom post type, taxonomy.
this should work, I haven’t tested it thorough
source:
http://codex.wordpress.org/Function_Reference/get_categories
http://codex.wordpress.org/Template_Tags/get_posts
questions just ask