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

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

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

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

"; endif; ?>

Basic Settings

Custom CSS

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

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.

Social Settings

Facebook

Facebook profile or page URL i.e. http://facebook.com/username/

Twitter

Twitter profile or page URL i.e. http://twitter.com/username/

Google Plus

Enter the URL of your Google+ here.

Skype

Enter the URL of your skype here.

Slider Settings

Slide 1 Title

Mention the Slide 1 Title for Slider

Slide 1 SubTitle

Mention the Slide 1 SubTitle for Slider

Slide 1 Description

Mention the Slide 1 Description for Slider

Slide 2 Title

Mention the Slide 2 Title for Slider

Slide 2 SubTitle

Mention the Slide 2 SubTitle for Slider

Slide 2 Description

Mention the Slide 2 Description 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

Footer

Footer Description

Mention the Footer Description for Footer section.

Footer Contact widget Title

Enter here Footer Contact widget Title to show on front page.

Address

Mention the Address for Footer section.

Footer Recent post widget Title

Enter here Footer Recent post widget Title to show on front page.

Footer Sample Content widget Title

Enter here Footer Sample Content widget Title to show on front page.

Footer Sample Content widget Description

Mention the Footer Sample Content widget Description for Footer section.