suavedesign
Member
Posted 3 months ago #
Until now, I was working on wordpress online. Meaning every time I made a change to the backend, and saved it, it automatically showed up on the frontend.
Is it possible to somehow be able to work on my site when I dont have internet connection, and then upload the changes at a different time?
Please advise.
Thanks!
Not really. You can install WP on your local computer, but that would be a totally separate copy of your site (you'd need to move a copy there to begin with as well); so you'd need to make the changes over again on your live sites, or move changed files to there via FTP.
suavedesign
Member
Posted 3 months ago #
Thats what I mean- if I can do it via FTP.
So you're saying that it is possible?
Yes, you can move files via FTP - see:
http://codex.wordpress.org/FTP_Clients
But note that changes in the database won't be moved by FTP - you'd need to more the database separately.
http://codex.wordpress.org/Moving_WordPress
MousumiP5systems
Member
Posted 3 months ago #
You can install WP on your local computer and run the wordpress site.If u want , then u can modify the site and also install plugins and theme also..
tida19
Member
Posted 3 months ago #
I think you need something like WAMP Server. It's kind of virtual server. You can install your WP on your local computer. And then you can either upload them to your server. Or use your export tool.