array( 'value' => 'Default', 'label' => __( 'Default', 'basically' ), ), 'Black' => array( 'value' => 'Black', 'label' => __( 'Black', 'basically' ), ), 'Brown' => array( 'value' => 'Brown', 'label' => __( 'Brown', 'basically' ), ), 'Green' => array( 'value' => 'Green', 'label' => __( 'Green', 'basically' ), ), 'Grey' => array( 'value' => 'Grey', 'label' => __( 'Grey', 'basically' ), ), 'Orange' => array( 'value' => 'Orange', 'label' => __( 'Orange', 'basically' ), ), 'Pink' => array( 'value' => 'Pink', 'label' => __( 'Pink', 'basically' ), ), 'Purple' => array( 'value' => 'Purple', 'label' => __( 'Purple', 'basically' ), ), 'Red' => array( 'value' => 'Red', 'label' => __( 'Red', 'basically' ), ), ); return apply_filters( 'Basically_color_schemes', $color_scheme_options ); } function Basically_select() { $select_option = array( 'Yes' => array( 'value' => 'Yes', 'label' => __( 'Yes', 'basically' ), ), 'No' => array( 'value' => 'No', 'label' => __( 'No', 'basically' ), ), ); return apply_filters( 'Basically_select', $select_option ); } function Basically_layouts() { $layout_options = array( 'right-sidebar' => array( 'value' => 'right-sidebar', 'label' => __('Content on left', 'basically'), 'thumbnail' => get_template_directory_uri() . '/includes/options/images/content-sidebar.png', ), 'left-sidebar' => array( 'value' => 'left-sidebar', 'label' => __('Content on right', 'basically'), 'thumbnail' => get_template_directory_uri() . '/includes/options/images/sidebar-content.png', ), 'one-column' => array( 'value' => 'one-column', 'label' => __('One-column - no sidebar', 'basically'), 'thumbnail' => get_template_directory_uri() . '/includes/options/images/content.png', ), ); return apply_filters( 'Basically_layouts', $layout_options ); } function Basically_font_stack() { $font_stack_options = array( 'Arial' => array( 'value' => 'Arial', 'label' => 'Arial', ), 'Georgia' => array( 'value' => 'Georgia', 'label' => 'Georgia', ), 'Verdana' => array( 'value' => 'Verdana', 'label' => 'Verdana', ), 'Helvetica Neue' => array( 'value' => 'Helvetica Neue', 'label' => 'Helvetica Neue', ), 'Tahoma' => array( 'value' => 'Tahoma', 'label' => 'Tahoma', ), 'Times New Roman' => array( 'value' => 'Times New Roman', 'label' => 'Times New Roman', ), 'Trebuchet MS' => array( 'value' => 'Trebuchet MS', 'label' => 'Trebuchet MS', ), ); return apply_filters( 'Basically_font_stack', $font_stack_options ); } function Basically_get_default_theme_options() { $default_theme_options = array( 'color_scheme' => 'Default', 'hide_title' => 'No', 'theme_layout' => 'right-sidebar', 'font_stack' => 'Arial', ); return apply_filters( 'Basically_default_theme_options', $default_theme_options ); } function Basically_get_theme_options() { return get_option( 'Basically_theme_options', Basically_get_default_theme_options() ); } function Basically_theme_options_render_page() { ?>

Please note, I'll release Basically new version with so many improvements in 1 to 2 weeks. Please backup your site before updating. You don't want to miss this update!


/>
(below post title) :', 'basically'); ?>
(below post content) :', 'basically'); ?>

Give 5 star rating', 'basically'); ?>