150, 'title' => __( 'Home/Front Featured Post', 'amazing-blog' ) ); $amazing_blog_settings_controls['amazing-blog-fp-enable'] = array( 'setting' => array( 'default' => $amazing_blog_customizer_defaults['amazing-blog-fp-enable'] ), 'control' => array( 'label' => __( 'Enable Featured Post', 'amazing-blog' ), 'section' => 'amazing-blog-fp-options', 'type' => 'checkbox', 'priority' => 10, 'active_callback' => '' ) ); $amazing_blog_settings_controls['amazing-blog-fp'] = array( 'setting' => array( 'default' => $amazing_blog_customizer_defaults['amazing-blog-fp'] ), 'control' => array( 'label' => __( 'Select a Post', 'amazing-blog' ), 'section' => 'amazing-blog-fp-options', 'type' => 'post_dropdown', 'priority' => 20, 'active_callback' => '' ) );