We can show all category by simple WordPress default function. like this –
It has some Parameters to customize more. you can check details here on wp developer reference
Also we can use PHP loop to show more customize way
You can also use same parameter here on the array as wp_list_categories. Now what about custom taxonomy? No worries it very simple as previous code.
To Show term inside the wp query loop will be
Show on single post