Domain name change
Hello,
I'm planning to change my site domain name and one of the SQL commands to use according to the hosting company documentation is:
UPDATE wp_posts SET guid = replace(guid, 'http://www.old-site.com','http://www.new-site.com');
Since classipress uses custom posts what would be the command to use?
Thank you