ASTRA_THEME_SETTINGS . '[ast-single-post-items]', 'type' => 'control', 'control' => 'ast-upgrade', 'campaign' => 'blog-single', 'renderAs' => 'list', 'choices' => array( 'one' => array( 'title' => __( 'Author Box with Social Share', 'astra' ), ), 'two' => array( 'title' => __( 'Auto load previous posts', 'astra' ), ), 'three' => array( 'title' => __( 'Single post navigation control', 'astra' ), ), 'four' => array( 'title' => __( 'Custom featured images size', 'astra' ), ), 'seven' => array( 'title' => __( 'Single post read time', 'astra' ), ), 'five' => array( 'title' => __( 'Extended typography options', 'astra' ), ), 'six' => array( 'title' => __( 'Extended spacing options', 'astra' ), ), 'eight' => array( 'title' => __( 'Social sharing options', 'astra' ), ), ), 'section' => 'section-blog-single', 'default' => '', 'priority' => 999, 'context' => array(), 'title' => __( 'Extensive range of tools to help blog pages stand out.', 'astra' ), 'divider' => array( 'ast_class' => 'ast-top-section-divider' ), ), ); } $configurations = array_merge( $configurations, $_configs ); return $configurations; } } } new Astra_Single_Typo_Configs();