Blumix Theme Options

Take control of your theme, by overriding the default settings with your own specific preferences.

"; } function header_logo_url_setting() { $options = get_option('blumix_options'); echo ""; } function show_excerpt_checked_setting(){ $options = get_option('blumix_options'); if($options['show_excerpt_checked']) $checked= "CHECKED"; else $checked = ""; echo ""; } ?>