__( '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; $image=get_template_directory_uri().'/theme-option/images/logo.png'; echo "

". __( 'Arinio Theme Options', 'customtheme' ) . "

"; if ( false !== $_REQUEST['settings-updated'] ) : echo "

"._e( 'Options saved', 'customtheme' )."

"; endif; ?>

Basic Settings

Copyright Text

Some text regarding copyright of your site, you would like to display in the footer.

Custom CSS

add your custom CSS code to your theme by writing the code in this block.

Slider Settings

Slide 1 Title

Mention the Slide 1 Title for Slider

Slide 1 SubTitle

Mention the Slide 1 SubTitle for Slider

Slide 2 Title

Mention the Slide 2 Title for Slider

Slide 2 SubTitle

Mention the Slide 2 SubTitle for Slider

Services Settings

Activate Services Section

checked="checked" >ON checked="checked" >OFF
Activate Services Section For Front Page

Main Heading

Mention the Service Main Heading text for Service section

Main Heading Description

Mention the Main Heading Description text for Service section

First Icon

Enter the CSS class of the icons you want to use on your site like: fa-desktop or fa-group. You can find a list of icon classes here Click here

First Title

Mention the First Service Title text for Service section

First Description

Mention the First Service Description text for Service section

Second Icon

Enter the CSS class of the icons you want to use on your site. You can find a list of icon classes here Click here

Second Title

Mention the Second Service Title text for Service section

Second Description

Mention the Second Service Description text for Service section

Third Icon

Enter the CSS class of the icons you want to use on your site. You can find a list of icon classes here Click here

Third Title

Mention the Third Service Title text for Service section

Third Description

Mention the Third Service Description text for Service section

Blog Settings

Activate Blog Section

checked="checked" >ON checked="checked" >OFF
Activate Blog Section For Front Page

Blog Heading

Enter here Blog Heading to show on front page.

Blog Description

Enter here Blog Description to show on front page.