Taxonomy entries are spawning copies of existing entries with the new title as the existing ID, since upgrade

I’ll answer this myself, though kudos to @jacob-peattie for noticing the selection box was non-standard and a likely culprit. So we had the ‘Radio Buttons for Taxonomies’ plugin running (up to date) with the affected taxonomy types selected there. When we removed the taxonomies from there, the problem stopped. But we wanted radio buttons here … Read more

Trying to add taxonomy terms to search results page

I’m having some trouble understanding your code. It looks like you’re: Looping over every search result. For each result, getting all tempo terms. For each tempo, querying all posts that belong to that term. Doing nothing with the queried posts. This is all extremely inefficient and doesn’t do anything like what you say you’re trying … Read more