"Theme Options", "type" => "heading"); $options[] = array( "name" => "No Options Are Loaded", "desc" => "Your theme doesn't appear to support the Options Framework yet.", "type" => "info"); $options[] = array( "desc" => "If this is a mistake, make sure that the file options.php is in your theme folder and that you have the correct theme activated.", "type" => "info"); $options[] = array( "name" => "How to Set Up Options", "desc" => "If you are trying to set up new options for a theme, visit the Options Framework plugin page.", "type" => "info"); return $options; }