'panel', # Theme Options > Page Options > Settings 'section' => array( 'id' => 'post-options', 'title' => esc_html__( 'Post Options','bizsmart' ), ), 'fields' => array( array( 'id' => 'post-category', 'label' => esc_html__( 'Show Categories', 'bizsmart' ), 'default' => 1, 'type' => 'bizsmart-toggle', ), array( 'id' => 'post-date', 'label' => esc_html__( 'Show Date', 'bizsmart' ), 'default' => 1, 'type' => 'bizsmart-toggle', ), array( 'id' => 'post-author', 'label' => esc_html__( 'Show Author', 'bizsmart' ), 'default' => 1, 'type' => 'bizsmart-toggle', ), array( 'id' => 'excerpt_length', 'label' => esc_html__( 'Excerpt Length', 'bizsmart' ), 'default' => 15, 'type' => 'number', ), array( 'id' => 'read-more-text', 'label' => esc_html__( 'Read More Text', 'bizsmart' ), 'default' => esc_html__( 'Continue Reading', 'bizsmart' ), 'type' => 'text' ), array( 'id' => 'post-per-row', 'label' => esc_html__( 'Post Per Row', 'bizsmart' ), 'type' => 'bizsmart-buttonset', 'default' => '3', 'choices' => array( '1' => esc_html__( '1', 'bizsmart' ), '2' => esc_html__( '2', 'bizsmart' ), '3' => esc_html__( '3', 'bizsmart' ), '4' => esc_html__( '4', 'bizsmart' ) ) ), ), ) ); } add_action( 'init', 'bizsmart_post_options' );