__( ' Theme Options', THEMENAME ), 'description' => '', 'groups' => array( array ( 'before' => '', 'after' => '', 'title' => __( 'Sidebar Location', THEMENAME ), 'description' => __( 'This lets you choose where you would like the sidebars to appear.', THEMENAME ), 'fields' => array( array( 'before' => '', 'after' => '', 'name' => '', 'desc' => '', 'id' => 'arixwp_sidebar', 'type' => 'radio', // text,textarea,select,radio,checkbox 'default' => 'left', 'options' => array( array('name' => ' Left', 'value' => 'left'), array('name' => ' Right', 'value' => 'right'), array('name' => ' None', 'value' => 'none'), ) ) ) ), array ( 'before' => '', 'after' => '', 'title' => __( 'Pagination', THEMENAME ), 'description' => __( 'This lets you pick how to deal with pagination. "Default" just shows buttons to navigate to the next or previous page, while "Paged" adds links to page numbers.', THEMENAME ), 'fields' => array( array( 'before' => '', 'after' => '', 'name' => '', 'desc' => '', 'id' => 'arixwp_pagination', 'type' => 'radio', 'default' => 'stand', 'options' => array( array('name' => ' Default', 'value' => 'stand'), array('name' => ' Paged', 'value' => 'paged') ) ) ) ), array ( 'before' => '', 'after' => '', 'title' => __( 'Fav Icon URL', THEMENAME ), 'description' => __( 'This allows you to add a custom favicon to your theme.', THEMENAME ), 'fields' => array( array( 'before' => '
', 'after' => '
', 'name' => __( 'Fav Icon URL', THEMENAME ), 'desc' => '', 'id' => 'arixwp_favicon', 'type' => 'text', 'default' => '' ) ) ), array ( 'before' => '', 'after' => '', 'title' => __( 'Google Analytics', THEMENAME ), 'description' => __( 'If you\'re using Google Analytics, enter your Web Property ID below to enable tracking.', THEMENAME ), 'fields' => array( array( 'before' => '', 'after' => '
', 'name' => __( 'Web Property ID ( eg.. UA-XXXXXXX-XX )', THEMENAME ), 'desc' => '', 'id' => 'arixwp_googleid', 'type' => 'text', 'default' => '' ) ) ) ) ); // Load the Form arixwp_adminpage($args); } ?>