Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialCathrin Janøy
210 PointsI deleted my wordpress-folders for my website because I didn´t think I would use them. How do I update it?
You see, I have been running a blog for a long time. A while back I got the theme changed and customized by a developer, but now I want to learn how I can develop the website myself. But I have deleted the folders. I just downloaded wordpress 4.1.1 again, but how do I update it with my exsisting website?
3 Answers
Koda Jones
2,785 PointsCathrin Janøy Hello!
Log into your original site's admin dashboard: www.yoursite.com/wp-admin
On the left side you should see "Dashboard" and "Updates" click that and then update your Wordpress!
(Before updating though, I recommend you make a full backup using: UpdraftPlus Backup and Restoration)
Good luck!
Josiah
Hazel Kenady
Front End Web Development Techdegree Student 16,744 PointsAre you referring to your live website or your local version that you are practicing on?
If it's your live website, all of your content like your pages and blog posts are stored in the database. So your information is there. You just have to replace the files and folders you deleted. Unfortunately, if you deleted the wp-content folder, which is where your custom theme resides, it is lost forever unless your developer had given you a backup copy that incorporates all the work that was done.
If you are trying to duplicate your live website on a local server like on your computer, you will need to export your content from your website. Go to Tools > Export and select what content you want to export. Then when you login to your local development website, you follow the same procedure, except instead of exporting you will import.
Cathrin Janøy
210 PointsThank you so so much for this!!
Koda Jones
2,785 PointsWhich one worked for you? Please select the one that worked for you as "best answer" !
Thanks !