__( 'Arinio Themes Options', 'arinio_framework'), 'menu_title' => __('AR Options', 'arinio_framework'), 'capability' => 'edit_theme_options', 'menu_slug' => 'arinios_framework', 'callback' => 'arinio_framework_page' ); return apply_filters( 'arinios_framework_menu', $menu ); } add_action( 'admin_menu', 'theme_options_add_page' ); function theme_options_add_page() { $menu = arinios_framework_menu_settings(); add_theme_page($menu['page_title'],$menu['menu_title'],$menu['capability'],$menu['menu_slug'],$menu['callback']); } function arinio_framework_page(){ global $select_options; if ( ! isset( $_REQUEST['settings-updated'] ) ) $_REQUEST['settings-updated'] = false; echo "
"._e( 'Options saved', 'customtheme' )."
You are using the Ariniom, Free Version of Ariniom Pro Theme. Upgrade to Pro for extra features like Home Page Unlimited Slider, Work Gallery, Team section, Client Section and many more Page Templates, Social Link Section, Life time theme support and much more.
Upgrade to Ariniom PRO Theme here >>