san interactive

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Migration #2173

    san interactive
    Participant

    TNX. I’m done

    in reply to: Migration #2171

    san interactive
    Participant

    I install dump and use this script for database.
    UPDATE wp_options SET option_value = REPLACE(option_value, ‘http://test.site.com’, ‘http://newsite.com’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’;
    UPDATE wp_posts SET post_content = REPLACE (post_content, ‘http://test.site.com’, ‘http://newsite.com’);
    UPDATE wp_postmeta SET meta_value = REPLACE (meta_value, ‘http://test.site.com’,’http://newsite.com’);

Viewing 2 posts - 1 through 2 (of 2 total)