You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This query helps to find them, but it'll also include folks who are legitimately sponsored by multiple companies. Make sure you don't prevent/remove that.
SELECT post_title, count(*) title_count
FROM`wporg_668_posts`where post_type ='5ftf_contributor'and post_status ='publish'group by post_title
having title_count >1
The text was updated successfully, but these errors were encountered:
Some companies have added the same contributor twice, probably by accident or because they forgot they were already added.
We should prevent that from happening, and remove the existing instances.
Examples
There's probably more, though.
This query helps to find them, but it'll also include folks who are legitimately sponsored by multiple companies. Make sure you don't prevent/remove that.
The text was updated successfully, but these errors were encountered: