In the process of the events from previous versions being updated to being stored in the standard WP posts and postmeta tables, it made me the author on all of them rather than the staff who update the events information. This means that my staff cannot edit existing events (as their user permissions are lower than mine).
Does anyone (particularly, I imagine @mibuthu) have a straight-forward solution that will allow me to edit the author of all the events in one go?
Or is my best option to identify the post_author ID number of an appropriate staff member and create a MySQL query that will find all items in the wp_posts table with the post_type “el_events” and replace my post_author number with theirs?