We Recommend

Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
Wicked Cool PHP contains a wide variety of scripts to process credit cards, check the validity of email addresses, template HTML, and serve dynamic images and text.


Posted By

kristarella on 07/27/09


Tagged

wordpress thesis thesiswp


Versions (?)


Who likes this?

4 people have marked this snippet as a favorite

blogjunkie
somatic
umang_nine
joelhaus


Reset Thesis


Published in: PHP 


URL: http://diythemes.com/forums/support/8623-blocked-full-width-framework.html#post42089

These lines delete the Thesis options from the database. To use: *insert lines in customfunctions.php *load site once *delete lines from customfunctions.php *visit options pages to resave new options

  1. delete_option('thesis_design_options');
  2. delete_option('thesis_options');

Report this snippet 

You need to login to post a comment.