Great! Thanks Maeve!
So after some digging I found out that ‘kbe_tags’ shows tags and ‘kbe_taxonomy’ shows categories.
I added this in single-kbe_knowledgebase.php to show the tags in an unordered list:
<p>Tags:<br /><?php the_terms( $post->ID, 'kbe_tags', '<ul><li>', '</li><li>', '</li></ul>' ); ?></p></div>
-
This reply was modified 6 years, 3 months ago by pelles. Reason: Code