Replies: 0
Hi,
First of all thanks for the development of this amazing plugin!
I’m after some help please.
I’m looking to display all tags that are used in a specific post type. Then if I click on a tag it should take me to the relevant post the tag is tagged with.
So far I’m using the following: [a-z-listing display=”terms” taxonomy=”post_tag” post-type=”solution”]
But this just outputs every tag on the website and if I click on one tag it takes me to the https://url/tag/example-tag and not the actual page. Thank you.