[ad_1]
Plugin Author
Dennis
(@dhoppe)
If your theme has this option no code is required. Otherwise you can display the tags inside the loop within the “the_terms” function. If you need help finding the right theme template where the entries are rendered you can start a support ticket on my website.
the_terms(null, 'encyclopedia-tag');
(as a side note I am staying away from service tickets even as a licenced pro user as in raising one you agree to basically a fine if you miss a detail in the request and the person that determines if you miss something is also the person who collects the fine, which feels very ‘off’ if I was honest though I do understand you have done it to stop timewasters)
- This reply was modified 21 seconds ago by stickfight.
