__( '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

Main Heading Text

Some text regarding Main Heading of your site, you would like to display in the Header.

Blog Heading

Enter here Blog Heading to show on front page.

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.

Services Settings

Main Heading

Mention the Service Main Heading 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

About us Settings

About Us Main Heading

Mention the About Us Main Heading text for About Us section

About Us Description

Mention the About Us Description text for About Us section

Contact us Settings

Contact Main Heading

Mention the Contact Main Heading text for Contact section.

Contact Description

Mention the Contact Description text for Contact section.