Display tags from specific category in select fields
From my understanding of the question and your comment: I want to display all tags that are from posts that have been assigned to the specific category You would first need to get all the posts that have that tag assigned, loop through said posts and save the unique tags to an array. Finally, loop … Read more