Tagged: Template Builder
Hi,
I am changing the domain of my website. Usually I use this SQL commands to update all links that are in my page/post content.
UPDATE wp_posts SET post_content = replace( post_content,'oldurl','newurl')
I tried it but it does not change the url within the template built pages :(
Any idea how to update links in shortcode/template built pages using MSQL commands?
Thanks very much for your help,
Olivia