• my website keeps on coming back blank whenever i drop in this function

    function octobits_get_option( $name, $default = false ) {
    
    	$all_options = get_theme_mod( 'octobits' );
    
    	if ( is_array( $all_options ) && isset( $all_options[ $name ] ) ) {
    		return $all_options[ $name ];
    	}
    
    	return $default;
    
    }

    [Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Get theme option by name’ is closed to new replies.