[sorry] potentially REALLY dumb question - re: wordpress...

14 replies
Ok, here's what I want to accomplish...

I'm doing a website for a client (WP).
I want to work on it at a subdomain -- MyDomianName.com/client-name

Then, when it's all approved, I take the files (including theme) and put them on ClientDomainName.com.

Doable without cloning software?

Please advise.

Thanks!

-- TW
#dumb #potentially #question #wordpress
  • Profile picture of the author Angle Warrior
    If memory serves me, I sure you can transfer the information from one site to the other using FTP.
    You can check this article and see if it helps
    Copy Your Web Site Using FTP
    {{ DiscussionBoard.errors[9201082].message }}
  • Profile picture of the author NK
    Moving a WordPress blog is more than just copying files over with FTP. There is the database to handle as well, which is where your contents are kept. You should follow the instructions here on how to do so, it's step-by-step easy to follow:

    Moving WordPress « WordPress Codex

    Based on experience, you might run into some theme problems if you're using a heavily modified theme, but those are usually easily avoidable/fixed by making sure your installations and plugins are up to date on both sides
    Signature

    Affiliate Link Cloaking & Tracking Software - The most powerful tool available for affiliate marketers who are sick and tired of making way too little money!
    {{ DiscussionBoard.errors[9201143].message }}
    • Profile picture of the author CynthiaC
      Yes its doable.

      I have a "how to" sheet someplace if you need it.
      Signature

      {{ DiscussionBoard.errors[9201327].message }}
  • Profile picture of the author XponentSYS
    First, the only dumb question is that not asked so don't sweat it.

    I've used the process above and while it works - HUGE PITA

    I just use "WP TWIN. Takes all of a few minutes.

    I know you mentioned you're looking for ways "other than cloning scripts..."

    But why?

    It's easier and being easier = time saved and time saved is money earned.
    Signature
    "Hybrid Method" Gets 120,846 TARGETED VISITORS
    To Any Site in ANY NICHE!

    NOW FREE IN THE WAR ROOM! CLICK HERE!
    {{ DiscussionBoard.errors[9201251].message }}
    • Profile picture of the author TimothyW
      Originally Posted by XponentSYS View Post

      First, the only dumb question is that not asked so don't sweat it.

      I've used the process above and while it works - HUGE PITA

      I just use "WP TWIN. Takes all of a few minutes.

      I know you mentioned you're looking for ways "other than cloning scripts..."

      But why?

      It's easier and being easier = time saved and time saved is money earned.

      Ummm cuz it's $100+ and the unlimited is $297
      {{ DiscussionBoard.errors[9201275].message }}
      • Profile picture of the author XponentSYS
        Originally Posted by TimothyW View Post

        Ummm cuz it's $100+ and the unlimited is $297
        I get it. But.... I remember seeing some offers for like scripts here on the forum for a FRACTION of the price.... and I believe I even saw a FREE one.

        You may want to search this forum
        Signature
        "Hybrid Method" Gets 120,846 TARGETED VISITORS
        To Any Site in ANY NICHE!

        NOW FREE IN THE WAR ROOM! CLICK HERE!
        {{ DiscussionBoard.errors[9203616].message }}
      • Profile picture of the author agmccall
        Originally Posted by TimothyW View Post

        Ummm cuz it's $100+ and the unlimited is $297
        ummmm you have clients so don't you think a little investment in your business would be a good thing.

        al
        Signature

        "Opportunity is missed by most people because it is dressed in overalls and looks like work." Thomas Edison

        {{ DiscussionBoard.errors[9205087].message }}
  • Profile picture of the author Mu
    Well, to start you should be able to wrap the template you are developing on zip file.
    Then simply install a freesh wordpress on your clients domain, and install your template to the main site, at least is what I do.

    Unless you have tons of data on the demos site that are souposed to go live, the moving site is an option, yet there are plenty of plugins to move contet only.

    But essentially if you don't want o work twice, you will use dummy data in the demo site and create the "official" dataset in the live site. So focus on creating a featured template, neve create files outside your /wp-content/themes/yourTemplate directory, and when you are done, you should be able to easily zip and upload your theme to the new site
    {{ DiscussionBoard.errors[9201286].message }}
    • Profile picture of the author TimothyW
      Originally Posted by Mu View Post

      Well, to start you should be able to wrap the template you are developing on zip file.
      Then simply install a freesh wordpress on your clients domain, and install your template to the main site, at least is what I do.

      Unless you have tons of data on the demos site that are souposed to go live, the moving site is an option, yet there are plenty of plugins to move contet only.

      But essentially if you don't want o work twice, you will use dummy data in the demo site and create the "official" dataset in the live site. So focus on creating a featured template, neve create files outside your /wp-content/themes/yourTemplate directory, and when you are done, you should be able to easily zip and upload your theme to the new site
      I bought the theme -- so that's already in a zip file.
      I wanna customize it for the client on *my* sub-domain -- then when it's all set (and paid for!), I wanna transfer the whole customized thing to *their* domain name.
      {{ DiscussionBoard.errors[9201466].message }}
  • Profile picture of the author saxatwork
    Originally Posted by TimothyW View Post

    Ok, here's what I want to accomplish...

    I'm doing a website for a client (WP).
    I want to work on it at a subdomain -- MyDomianName.com/client-name

    Then, when it's all approved, I take the files (including theme) and put them on ClientDomainName.com.

    Doable without cloning software?

    Please advise.

    Thanks!

    -- TW
    Yep, very much doable, I've done this a lot many times (before I ran into WPTwin of course).

    Wordpress has two parts - files, database.

    Files - everything under "MyDomianName.com/client-name"
    Database - the database mentioned in your wp-config.php file

    The dirty way -

    1) Copy your files to ClientDomainName.com
    2) Export your wordpress database (include every table and data in it) as an SQL (.sql) file. You can do this using PHPMyAdmin if you have it (or practically any database tool which can connect to your database)
    3) Change any reference of "MyDomianName.com/client-name" in your database to "ClientDomainName.com" (You can do a search and replace by opening the .sql file in notepad).
    4) Import the database on to your client's database server (You would usually have PHPMyAdmin on your client's end to do the import).
    5) Point ClientDomainName.com/wp-config.php to the new database, userid and password.

    It should now start running. I call it "the dirty way" because you might run into some minor hiccups and takes time to do .

    Hope this helps.
    Signature

    "Be Still Like A Mountain And Flow Like A Great River"

    {{ DiscussionBoard.errors[9201444].message }}
  • Profile picture of the author Trivum
    A quick search on Google reveals a number of free cloning plugins.

    https://www.google.com/search?q=word...cloning+plugin
    {{ DiscussionBoard.errors[9203740].message }}
  • Profile picture of the author dsouravs
    So you just want to do Theme design change.

    In that case database won't be a prob much.

    Install the theme on sub-domain, do the CSS or some PHP changes, save it and then from Cpanel/FTP compress the WP files in the sub-domain by going to wp-content/themes.

    Then download that compressed zip file to your hard-disk and then upload to your main domain.
    Signature

    I can convert your Non-Responsive website to Responsive website ... How sweet is that? :)

    {{ DiscussionBoard.errors[9204312].message }}
  • Profile picture of the author nmservers
    I would suggest you to develop site offline, locally and then upload it online. Once you upload it just replace localdomain with realdomain in DB and you're good to go.
    Signature
    NMSERVERS - managed hosting, website performance optimization, server administrator
    {{ DiscussionBoard.errors[9204614].message }}
  • Profile picture of the author trevord92
    WP Clone works well and is free - the only thing it didn't copy on one of (far too many) sites I copied recently was an extra page that I'd added the theme & that was a simple extra FTP transfer.

    Install it on the working copy and do a backup.

    Install it on a fresh copy of WordPress on your new host and do a restore, ticking the boxes with the dire warnings about backing stuff up etc.

    If necessary, change the domain name settings by going directly into PHPMyAdmin (they're in two places but are quite obvious)
    {{ DiscussionBoard.errors[9205874].message }}

Trending Topics