array( 'value' => '0', 'label' => __( 'Zero', 'anp_creative' ) ), '1' => array( 'value' => '1', 'label' => __( 'One', 'anp_creative' ) ), '2' => array( 'value' => '2', 'label' => __( 'Two', 'anp_creative' ) ), '3' => array( 'value' => '3', 'label' => __( 'Three', 'anp_creative' ) ), '4' => array( 'value' => '4', 'label' => __( 'Four', 'anp_creative' ) ), '5' => array( 'value' => '5', 'label' => __( 'Five', 'anp_creative' ) ) ); /** * Create the options page */ function anp_creative_theme_options_do_page() { global $select_options; if ( ! isset( $_REQUEST['settings-updated'] ) ) $_REQUEST['settings-updated'] = false; ?>
" . wp_get_theme() . __( ' Options', 'anp_creative' ) . ""; ?>

/>