Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
I would like to save all my blog posts on wordpress ?
I have a wordpress blog and I would like to remove everything (it's hosted on my own domain and hosting) because I would like to delete my site. How can I save my blog posts in a folder or something in my documents (offline) because I don't want to delete everything completely. Can I do that in one go, if I can even do it ? Thank you !
4 Answers
- Anonymous1 decade agoFavorite Answer
You can backup wordpress database in 2 different ways,
Method1:
- Login to your Wordpress Control Panel.
- Go to Settings > Export
- Download the file and save it.
Method2:
- Login to your MYSQL using phpmyadmin.
- Select the wordpress datanase and go to Export.
- Download the file and save it.
Images and other media files:
All images and media files used in your blog will be stored in “wp-content/uploads” folder so just backup the entire folder.
Theme:
If you have custom theme uploaded to your WordPress then backup that too from “wp-content\themes”
Source(s): http://www.techgist.com/ - .Lv 71 decade ago
There's an import/export feature in your admin that you can use that will export your posts as one file. The database method listed previously saves as one file as well.
To do it separately, you'll need to copy and paste.
- Anonymous1 decade ago
Do a database dump of the wp_posts table.