"Show the Placester footer attribution link"); // Multicheck Defaults $multicheck_defaults = array("show_attr_link" => "1"); $options = array(); $options[] = array( "name" => "Placester options", "type" => "heading"); $options[] = array( "name" => "Footer Options", "id" => "footer_options", "std" => $multicheck_defaults, // These items get checked by default "type" => "multicheck", "options" => $multicheck_array); $options[] = array( "name" => "About these options", "desc" => "These options are set from within the backbone of your theme.", "type" => "info"); if ( function_exists( 'placester_option_setter' ) ) { foreach ( $options as $option ) placester_option_setter( $option ); } } add_action('init', 'placester_default_theme_options'); function placester_footer_attributtion_link() { $footer_options = placester_option_getter( 'footer_options', array( "show_attr_link" => 1 )); $display_attr_link = $footer_options['show_attr_link']; if ( $display_attr_link ) { ?>