I'm a newbie in custom post type. and so far I've been able to customize list of post (archive.php or archive-xxx.php), and link to individual post (single.php or single-xxx.php). All these works good.
However, when retrieving tag list or list of post of a specific tag, it uses archive.php and list all posts under the specific custom post type.
[question] How can I fetch list of all tags for this post_type, with posts underneath each tag?
tag1
post 1
post 2