• natethegreatt1

    (@natethegreatt1)


    Just as title says…how can I keep my current theme up while I test out another one? I’ve found some plugins but they are old and not compatible with current wordpress versions.

    Thanks all!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Tankman15

    (@tankman15)

    You should have 2 versions of your website sat on two different servers.

    The first server would be your testing and updating server and the second server will be the one your customer sees.

    You would document all changes and how you did all the changes on server one so you can actually recreate them on the server which the customer sees (server two).

    Does that help?

    Any old plugins, I wouldn’t use because their could be security issues and I wouldn’t want that. That is just me personally. I would rather look around and ask for help to put code into my functions.php or style.css and that way I keep the security of wordpress and my theme.

    Thread Starter natethegreatt1

    (@natethegreatt1)

    That is very helpful! Do I just sign up for a separate hosting plan with the same URL?

    Tankman15

    (@tankman15)

    Umm, I tend to put the test server on to a different URL but you don’t have to.

    It doesn’t matter what the URL is for as long no one will ever see it as this will be for your development. You can ask WordPress not to be found by search engines.

    Example: https://www.yoururl.com is your main site sat on a server and you could have development.yoururl.com which is your development site sat on a different server and that would be OK.

    I tend not to use words like development or test, I would be tempted to use myname.yoururl.com but you can use any name you like. Not for much money you can have a .me url which is what I would use for a test site.

    I keep the servers separate for security reasons and I tend to use dedicated servers so I am not sharing with other people (again for security reasons). I know lots of people who use shared hosting and they don’t seem to have any security issues so you can use them but it is my opinion to use dedicated.

    Does that help to answer your question?

    Thread Starter natethegreatt1

    (@natethegreatt1)

    Yes that is perfect – thanks so much.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to test a different theme and still have visitors see your current site’ is closed to new replies.