Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript How to test and preview on wordpress

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #34565
    joelinsk
    Member

    I have a project coming up, where I need to develop a wordpress theme, test, populate pages and posts etc, and I need to be able to show the client a “hidden link” where it can be previewed… and of course i need to do all this while leaving the existing site (static- not wordpress) untouched.

    Have done this tons of times when launching static sites, but not with WordPress…. any suggestions are appreciated…

    #88236
    TheDoc
    Member

    I would create a subdomain and build it all out there. Eg:

    dev.clientdomain.com

    I’d use htaccess to make the directory password protected.

    Then when you go to launch the site, you’ll move the entire directory into the root, remove the password protection, and update some of the links.

    #88244
    OniLinkCR
    Member

    You can also do a folder instead of a subdomain. Make sure when you install wordpress that nothing of it is indexed by search engines.

    #88246
    TheDoc
    Member

    I would definitely make sure it’s a subdomain. That way when you’re testing, all of the links will still be relative to the root.

    #88454
    joelinsk
    Member

    Thanks guys, I appreciate the input.

    #88504
    Mottie
    Member

    If you are using a Mac, Chris has a video on a program called MAMP.

    If you have a PC, then try out WampServer.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.