How to migrate only wordpress theme from localhost to live server

I am currently working on a project, actually we an online site, we are thinking of revamping this, on this online site we have many blogs already,

We have purchased a theme also and doing many customization on localhost.

Read More

How is this possible to update the theme with customization and pages on online server from localhost without affecting the blog posts ??

Related posts

Leave a Reply

1 comment

  1. OK these are the steps that i do for putting site from local to live.

    1. First move full wordpress site including all wp-admin,wp-content,wp-includes and files to you live server
    2. then export you local server database
    3. and this is the trick, open the .sql in a text editor like dreamweaver then replace all links like http://localhost/site to http://www.livesite.com
    4. and now move or import this db to live server and apply settings in wp-config.php.

    it always works for me.