Using PHP MySQL how do I change the author for all blogs with an SQL Query?
I want to change all of the Guest entries to one of the Joomla users.
Thanks
Hi Tom,
Unfortunately, using SQL to change the author is not recommended as it involves a few tables and you would also need to change the data on some huge, compressed data blocks in some tables.
Would it be better for you to change the author in the backend post listing? http://take.ms/qzi0C
You should be able to filter those posts which are created by 'Guest' on the listing.