__( ' Blog Options', THEMENAME ), 'description' => __( 'This controls the appearance of your blog loop, blog archive and category listing pages.', THEMENAME ), 'groups' => array( // Show or Hide the Date.. array ( 'before' => '', 'after' => '', 'title' => __( 'Date Display', THEMENAME ), 'description' => __( 'This lets you choose rather you would like to show or hide the post date.', THEMENAME ), 'fields' => array( array( 'before' => '', 'after' => '', 'name' => '', 'desc' => '', 'id' => 'arixwp_blog_date', 'type' => 'radio', // text,textarea,select,radio,checkbox 'default' => 'show', 'options' => array( array('name' => __(' Show', THEMENAME ), 'value' => 'show'), array('name' => __(' Hide', THEMENAME ), 'value' => 'hide') ), ), ), ), // Show or Hide the Author Info.. array ( 'before' => '', 'after' => '', 'title' => __( 'Author Display', THEMENAME ), 'description' => __( 'This lets you choose rather you would like to show or hide the author information.', THEMENAME ), 'fields' => array( array( 'before' => '', 'after' => '', 'name' => '', 'desc' => '', 'id' => 'arixwp_blog_author', 'type' => 'radio', // text,textarea,select,radio,checkbox 'default' => 'show', 'options' => array( array('name' => __(' Show', THEMENAME ), 'value' => 'show'), array('name' => __(' Hide', THEMENAME ), 'value' => 'hide') ), ), ), ), // Show or Hide the Author Name.. array ( 'before' => '', 'after' => '', 'title' => __( 'Author Name Display', THEMENAME ), 'description' => __( 'This lets you choose rather you would like to show or hide the author name.', THEMENAME ), 'fields' => array( array( 'before' => '', 'after' => '', 'name' => '', 'desc' => '', 'id' => 'arixwp_blog_author_name', 'type' => 'radio', // text,textarea,select,radio,checkbox 'default' => 'show', 'options' => array( array('name' => __(' Show', THEMENAME ), 'value' => 'show'), array('name' => __(' Hide', THEMENAME ), 'value' => 'hide') ), ), ), ), // Show or Hide the Avatar.. array ( 'before' => '', 'after' => '', 'title' => __( 'Avatar Display', THEMENAME ), 'description' => __( 'This lets you choose rather you would like to show or hide the author Avatar.', THEMENAME ), 'fields' => array( array( 'before' => '', 'after' => '', 'name' => '', 'desc' => '', 'id' => 'arixwp_blog_avatar', 'type' => 'radio', // text,textarea,select,radio,checkbox 'default' => 'show', 'options' => array( array('name' => __(' Show', THEMENAME ), 'value' => 'show'), array('name' => __(' Hide', THEMENAME ), 'value' => 'hide') ), ), ), ), // How to show your posts.. array ( 'before' => '', 'after' => '', 'title' => __( 'Post Display', THEMENAME ), 'description' => __( 'This lets you choose rather you would like to show the full posts or excerpts on blog archive pages.', THEMENAME ), 'fields' => array( array( 'before' => '', 'after' => '', 'name' => '', 'desc' => '', 'id' => 'arixwp_blog_display', 'type' => 'radio', // text,textarea,select,radio,checkbox 'default' => 'excerpt', 'options' => array( array('name' => __(' Content', THEMENAME ), 'value' => 'content'), array('name' => __(' Excerpt', THEMENAME ), 'value' => 'excerpt') ), ), ), ), // Show or Hide the Read More Button.. array ( 'before' => '', 'after' => '', 'title' => __( 'Read More Button Display', THEMENAME ), 'description' => __( 'This lets you choose rather you would like to show or hide the read more button.', THEMENAME ), 'fields' => array( array( 'before' => '', 'after' => '', 'name' => '', 'desc' => '', 'id' => 'arixwp_blog_more_show', 'type' => 'radio', // text,textarea,select,radio,checkbox 'default' => 'show', 'options' => array( array('name' => __(' Show', THEMENAME ), 'value' => 'show'), array('name' => __(' Hide', THEMENAME ), 'value' => 'hide') ), ), ), ), array ( 'before' => '', 'after' => '', 'title' => __( 'Read More', THEMENAME ), 'description' => __( 'This lets you control the text of the posts "Read More" link.', THEMENAME ), 'fields' => array( array( 'before' => '
', 'after' => '
', 'name' => __( 'Read More', THEMENAME ), 'desc' => '', 'id' => 'arixwp_blog_more', 'type' => 'text', 'default' => 'Read More' ), ), ), // Show or Hide the Comments Button.. array ( 'before' => '', 'after' => '', 'title' => __( 'Comments Button Display', THEMENAME ), 'description' => __( 'This lets you choose rather you would like to show or hide the comments button.', THEMENAME ), 'fields' => array( array( 'before' => '', 'after' => '', 'name' => '', 'desc' => '', 'id' => 'arixwp_blog_comments_show', 'type' => 'radio', // text,textarea,select,radio,checkbox 'default' => 'show', 'options' => array( array('name' => __(' Show', THEMENAME ), 'value' => 'show'), array('name' => __(' Hide', THEMENAME ), 'value' => 'hide') ), ), ), ), array ( 'before' => '', 'after' => '', 'title' => __( 'Comments Count Display', THEMENAME ), 'description' => __( 'This lets you choose rather you would like to show or hide the comments count.', THEMENAME ), 'fields' => array( array( 'before' => '', 'after' => '', 'name' => '', 'desc' => '', 'id' => 'arixwp_blog_comments_count', 'type' => 'radio', // text,textarea,select,radio,checkbox 'default' => 'show', 'options' => array( array('name' => __(' Show', THEMENAME ), 'value' => 'show'), array('name' => __(' Hide', THEMENAME ), 'value' => 'hide') ), ), ), ), array ( 'before' => '', 'after' => '', 'title' => __( 'Comments', THEMENAME ), 'description' => __( 'This lets you control the text of the posts "Comments" link.', THEMENAME ), 'fields' => array( array( 'before' => '', 'after' => '
', 'name' => __( 'Comments', THEMENAME ), 'desc' => '', 'id' => 'arixwp_blog_comments', 'type' => 'text', 'default' => 'Comments' ), ), ), // Show or Hide the Read More Button.. array ( 'before' => '', 'after' => '', 'title' => __( 'Related Posts Display', THEMENAME ), 'description' => __( 'This lets you choose rather you would like to show or hide the related posts on single posts.', THEMENAME ), 'fields' => array( array( 'before' => '', 'after' => '', 'name' => '', 'desc' => '', 'id' => 'arixwp_related_show', 'type' => 'radio', // text,textarea,select,radio,checkbox 'default' => 'show', 'options' => array( array('name' => __(' Show', THEMENAME ), 'value' => 'show'), array('name' => __(' Hide', THEMENAME ), 'value' => 'hide') ), ), ), ), array ( 'before' => '', 'after' => '', 'title' => __( 'Related Posts Title', THEMENAME ), 'description' => __( 'This lets you control the title of the "Related Posts" area.', THEMENAME ), 'fields' => array( array( 'before' => '', 'after' => '
', 'name' => __( 'Related Posts', THEMENAME ), 'desc' => '', 'id' => 'arixwp_related_title', 'type' => 'text', 'default' => __( 'Related Posts', THEMENAME ) ), ), ), ) ); // Load the Form arixwp_adminpage($args); }