'', 'youtube_url' => '', //Banner section 'banner_title' => '', 'banner_btn_text' => '', 'banner_button_url' => '', 'banner_sub_title' => '', 'banner_image' => '', 'countdown_date' => '', 'countdown_title' => '', 'banner_subtext' => '', 'soundcloud_url' => '', 'itunes_url' => '', //album section 'album_sec_show' => 0, 'album_sec_title' => '', 'album_cat' => '', 'about_front_image' => '', //Songs section 'songs_sec_show' => 0, 'songs_sec_title' => '', 'songs_shortcode' => '', 'youtube_video' => '', //CTA section 'about_sec_show' => 0, 'about_sec_title' => '', 'about_sec_sub_title' => '', 'about_btn_text' => '', 'about_button_url' => '', 'about_image' => '', //Blog section 'blog_sec_show' => 0, 'blog_sec_title' => '', 'blog_sec_sub_title' => '', 'blog_post_no' => '', 'blog_cat' => '', 'grain_show' => 1, //Footer section 'show_widgets' => 0, 'footer_bg_image' => '', ); $options = get_option('artimusic_theme_options', $defaults); $options = wp_parse_args($options, $defaults); return $options; } endif;