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_options
table on the left. - Click the Search tab.
- For the
option_name
Field:- select
LIKE %...%
for the Operator - enter
thesis_
for the Value
- select
- Click the GO button (bottom right).
- Click
Check All
beneath 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
SQL
is selected. - In the Options section, make sure
Structure
is checked, and then in that section, make sure that only the following are also checked:Add DROP TABLE
Add IF NOT EXISTS
Add AUTO_INCREMENT value
Enclose table and field names with backquotes
- In the Options section, make sure
Data
is checked, but leave all the other boxes inside the Data section unchecked. - Make sure
Save as file
is checked. - Click the GO button (bottom right).
- You’ll be prompted to download the file – save it to your local computer.