error in taxonomy post_format
-
In note that WordPress creates by default a taxonomy called ‘post_format’ a single term in that taxonomy: ‘post-format-gallery’.
One of my posts has a relationship with that term, a relationship that should not exist. I have no idea how that relationship had been created and I cannot find how to remove it programmatically.
I know for sure that I did not create this relationship by tinkering with the database, so I assume that it must have happened in the context of a theme or a plugin. However, none of my plugins make any reference at all to this taxonomy and the theme provides no functionality at all for linking a post to a post format (using the post_format taxonomy).
So, does anyone have an idea
1) how this erroneous relationship might have come about; and
2) how to remove the relationship programmatically; and if that is not possible
3) what to look out for when simply deleting the relevant row from the wp_term_relationships table.Thanks!
- The topic ‘error in taxonomy post_format’ is closed to new replies.