This document is deprecated! The information on this page refers to a Thesis version that is now obsolete. Please visit the Thesis Docs for current documentation.
Easy Backup Methods ∞
Version 1.7 and Higher ∞
Go to Manage Options > Download Options. Click the Download All Options button. When prompted, save the file to your local computer.
Versions Below 1.7 ∞
Use the Thesis Settings Export Plugin. [edit: link removed]
Other Backup Methods ∞
Using phpMyAdmin ∞
- Login to phpMyAdmin.
- Select your WordPress database on the left.
- Select the
wp_optionstable on the left. - Click the Search tab.
- For the
option_nameField:- select
LIKE %...%for the Operator - enter
thesis_for the Value
- select
- Click the GO button (bottom right).
- Click
Check Allbeneath the listed options. - To the right of where it says
With selected:click the Export icon.
WARNING: Do not click the red X icon – this will delete all of the selected options! - In the Export section, make sure
SQLis selected. - In the Options section, make sure
Structureis checked, and then in that section, make sure that only the following are also checked:Add DROP TABLEAdd IF NOT EXISTSAdd AUTO_INCREMENT valueEnclose table and field names with backquotes
- In the Options section, make sure
Datais checked, but leave all the other boxes inside the Data section unchecked. - Make sure
Save as fileis checked. - Click the GO button (bottom right).
- You’ll be prompted to download the file – save it to your local computer.