Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #182799

    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

    #182828

    Hey Olivia!

    Try with this plugin: http://wordpress.org/plugins/search-and-replace/

    Cheers!
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Domain migration + SQL command + Template builder’ is closed to new replies.