Viewing 1 replies (of 1 total)
  • @tmssupport

    All data store in wordpress database in serialize data format. You need to replace all url in the all table in your local database.

    First export your live database (.sql) file and import it to new fresh empty database in local.

    Then setup search & replace db project somewhere in your local.

    https://github.com/interconnectit/Search-Replace-DB

    Run this project in localhost it will ask you

    search url
    replace url
    database credential

    Test database connection if it working successfully then click on search and replace button. It will replace all live searialize url in your local database with new localhost url.

    I hope this will help you!

Viewing 1 replies (of 1 total)
  • The topic ‘WP Live to WP Local – Testing purposes’ is closed to new replies.