Posts tagged as defaults

Restore Thesis to Default Settings

So this is a really brief post, but in tinkering with Thesis on a test site of mine. I realized I needed to revert thesis back to its defaults. After 20 minutes of searching and playing with the database I ran across this gem on the forums via Kristarella:

delete_option(‘thesis_design_options’);
delete_option(‘thesis_options’);

Steps:

Simply toss

Read More