Wordpress local development question

8 replies
  • WEB DESIGN
  • |
Hi guys,

I had a question about developing wordpress blogs locally on my computer. If someone wants to buy one of my sites and I want to transfer it to one of their domains, what would be the steps to take as far as the database and everything else go? Thanks.
#devellopment #local #question #wordpress
  • Profile picture of the author sodevious
    Wordpress can export an xml file, which saves all your posts, pages, etc. You can also just download the database and give it to the buyer. You also need to give them the theme files.
    {{ DiscussionBoard.errors[6385118].message }}
  • Profile picture of the author Tomos Wyn
    Bill Erickson's article should be of help to you.
    {{ DiscussionBoard.errors[6385260].message }}
  • Profile picture of the author wayfarer
    Just downloading the database is not going to work on its own. Wordpress hardcodes path locations, especially the domain name, and where the site is installed, into every Wordpress installation, and does so in a huge number of locations. You need someone who knows how to move a blog, though there might be a plugin available to do this.
    Signature
    I build web things, server things. I help build the startup Veenome. | Remote Programming Jobs
    {{ DiscussionBoard.errors[6385263].message }}
  • Profile picture of the author dconjar
    It's pretty simple. Just transfer the database and WordPress installation (including theme and plugin files) to the buyer's server, and run SQL queries to fix the paths.

    WordPress provides step-by-step instructions:

    Moving WordPress « WordPress Codex
    {{ DiscussionBoard.errors[6386697].message }}
    • Profile picture of the author PLR Basket
      Originally Posted by dconjar View Post

      It's pretty simple. Just transfer the database and WordPress installation (including theme and plugin files) to the buyer's server, and run SQL queries to fix the paths.

      WordPress provides step-by-step instructions:

      Moving WordPress « WordPress Codex
      It's a bit more complicated than I thought, but I'll give it a try. Thanks.
      {{ DiscussionBoard.errors[6398641].message }}
      • Profile picture of the author solidgoldbay
        There's actually a Wordpress plugin that does this: "Duplicator" is its name. Just search the wordpress plugin site. Its quite straightforward with Duplicator; install the plugin and follow the documentation steps. I've found it v.useful. Post back if you have questions. I might be able to help, as I've used it myself. PS: I'm not the developer, or an affiliate. Just my 2p.
        {{ DiscussionBoard.errors[6618848].message }}
        • Profile picture of the author BryanKerr
          Thumbs up for Duplicator here too. I use it to clone my blog onto my Mac's xampp host for testing and development. Though I do have to run a few SQL queries because my blog is installed in subfolder.
          {{ DiscussionBoard.errors[6620455].message }}
  • Profile picture of the author siyajoshi
    Hello..
    Thnx to all for sharing this information.....
    {{ DiscussionBoard.errors[6621828].message }}

Trending Topics