add_section( 'posts_settings', array( 'title' => __( 'Posts', 'businessdex' ), 'panel' => 'settings_options' ) ); ////// Posts - Single View businessdex_controller_info( 'posts_single_info', 'posts_settings', __( 'Single view', 'businessdex' ) ); businessdex_controller_checkbox( 'posts_single_featured_parallax', 'posts_settings', esc_html__( 'Featured Image parallax', 'businessdex' ), esc_html__( 'Enable parallax effect on Featured Images', 'businessdex' ), false ); businessdex_controller_checkbox( 'posts_single_hide_meta', 'posts_settings', esc_html__( 'Hide post meta', 'businessdex' ), '', false ); businessdex_controller_checkbox( 'posts_single_hide_meta_author', 'posts_settings', esc_html__( 'Hide by author', 'businessdex' ), '', false ); businessdex_controller_checkbox( 'posts_single_hide_meta_date', 'posts_settings', esc_html__( 'Hide date', 'businessdex' ), '', false ); businessdex_controller_checkbox( 'posts_single_hide_meta_category', 'posts_settings', esc_html__( 'Hide category', 'businessdex' ), '', false ); businessdex_controller_checkbox( 'posts_single_comments_nr', 'posts_settings', esc_html__( 'Hide comments number', 'businessdex' ), '', false ); businessdex_controller_checkbox( 'posts_single_tags_bottom', 'posts_settings', esc_html__( 'Hide tags', 'businessdex' ), esc_html__( 'If they are displayed at the bottom of the post.', 'businessdex' ), false ); ////// Posts - Index View businessdex_controller_info( 'posts_index_info', 'posts_settings', __( 'Index view', 'businessdex' ) ); businessdex_controller_checkbox( 'posts_index_hide_meta_read_more', 'posts_settings', esc_html__( 'Hide "Read More" button', 'businessdex' ), '', false ); businessdex_controller_checkbox( 'posts_index_hide_meta_date', 'posts_settings', esc_html__( 'Hide date', 'businessdex' ), '', false ); businessdex_controller_checkbox( 'posts_index_hide_meta_category', 'posts_settings', esc_html__( 'Hide category', 'businessdex' ), '', false ); businessdex_controller_txt( 'posts_index_excerpt_length', 'posts_settings', esc_html__( 'Excerpt length:', 'businessdex' ), esc_html__( 'This must be a number. For example, 35 will display 35 words. Leave empty for default.', 'businessdex' ) ); businessdex_controller_txt( 'posts_index_excerpt_ending', 'posts_settings', esc_html__( 'Excerpt ending:', 'businessdex' ), esc_html__( 'For example: ...', 'businessdex' ) );