"adsoft_author_section_activated", "name" => __('Display Author Bio', 'adsoft_language')); $adsoft_sections[] = array("id" => "adsoft_social_network_menu", "name" => __('Your Social URL', 'adsoft_language')); return $adsoft_sections; } function adsoft_settings_about() { $adsoft_settings = array(); ### Author ####################################################################################### $adsoft_settings[] = array("name" => __('Author Bio Single Post', 'adsoft_language'), "desc" => __('Display the author bio at the end of the posts, set up your social profile url at Users >> Your Profil.', 'adsoft_language'), "id" => "adsoft_general_author_bio", "std" => "true", "type" => "checkbox", "section" => "adsoft_author_section_activated"); ### Social network ####################################################################################### $adsoft_settings[] = array("name" => __('Social Networks Menu', 'adsoft_language'), "desc" => __('Display social networks at top right menu', 'adsoft_language'), ''.__( 'Appearance', 'default' ).' → '.__( 'widget', 'default' ).'' , "id" => "adsoft_social_network_menu_activated", "std" => "true", "type" => "checkbox", "section" => "adsoft_social_network_menu"); $adsoft_settings[] = array("name" => __('RSS URL', 'adsoft_language'), "desc" => __('Paste RSS Url here.', 'adsoft_language'), "id" => "adsoft_social_rss", "std" => "http://yoursite.com/feed", "type" => "text", "section" => "adsoft_social_network_menu"); $adsoft_settings[] = array("name" => __('Facebook Profile URL', 'adsoft_language'), "desc" => __('Paste your Facebook URL here.', 'adsoft_language'), "id" => "adsoft_social_facebook", "std" => "https://www.facebook.com/yourfanpage", "type" => "text", "section" => "adsoft_social_network_menu"); $adsoft_settings[] = array("name" => __('Twitter Profile URL', 'adsoft_language'), "desc" => __('Paste your Twitter URL here.', 'adsoft_language'), "id" => "adsoft_social_twitter", "std" => "https://twitter.com/adsoft", "type" => "text", "section" => "adsoft_social_network_menu"); $adsoft_settings[] = array("name" => __('Google + Profile URL', 'adsoft_language'), "desc" => __('Paste your Google + URL here.', 'adsoft_language'), "id" => "adsoft_social_google", "std" => "https://plus.google.com/110309358827008571423", "type" => "text", "section" => "adsoft_social_network_menu"); $adsoft_settings[] = array("name" => __('YouTube Profile URL', 'adsoft_language'), "desc" => __('Paste your YouTube URL here.', 'adsoft_language'), "id" => "adsoft_social_youtube", "std" => "", "type" => "text", "section" => "adsoft_social_network_menu"); $adsoft_settings[] = array("name" => __('Linkedin Profile URL', 'adsoft_language'), "desc" => __('Paste your Linkedin URL here.', 'adsoft_language'), "id" => "adsoft_social_linkedin", "std" => "", "type" => "text", "section" => "adsoft_social_network_menu"); $adsoft_settings[] = array("name" => __('Pinterest Profile URL', 'adsoft_language'), "desc" => __('Paste your Pinterest URL here.', 'adsoft_language'), "id" => "adsoft_social_pinterest", "std" => "", "type" => "text", "section" => "adsoft_social_network_menu"); $adsoft_settings[] = array("name" => __('Vimeo Profile URL', 'adsoft_language'), "desc" => __('Paste your Vimeo URL here.', 'adsoft_language'), "id" => "adsoft_social_vimeo", "std" => "", "type" => "text", "section" => "adsoft_social_network_menu"); $adsoft_settings[] = array("name" => __('Flickr Profile URL', 'adsoft_language'), "desc" => __('Paste your Flickr URL here.', 'adsoft_language'), "id" => "adsoft_social_flickr", "std" => "", "type" => "text", "section" => "adsoft_social_network_menu"); $adsoft_settings[] = array("name" => __('Tumblr Profile URL', 'adsoft_language'), "desc" => __('Paste your Tumblr URL here.', 'adsoft_language'), "id" => "adsoft_social_tumblr", "std" => "", "type" => "text", "section" => "adsoft_social_network_menu"); $adsoft_settings[] = array("name" => __('Instagram Profile URL', 'adsoft_language'), "desc" => __('Paste your Instagram URL here.', 'adsoft_language'), "id" => "adsoft_social_instagram", "std" => "", "type" => "text", "section" => "adsoft_social_network_menu"); $adsoft_settings[] = array("name" => __('Last.fm Profile URL', 'adsoft_language'), "desc" => __('Paste your Last.fm URL here.', 'adsoft_language'), "id" => "adsoft_social_lastfm", "std" => "", "type" => "text", "section" => "adsoft_social_network_menu"); $adsoft_settings[] = array("name" => __('SoundCloud Profile URL', 'adsoft_language'), "desc" => __('Paste your SoundCloud URL here.', 'adsoft_language'), "id" => "adsoft_social_soundcloud", "std" => "", "type" => "text", "section" => "adsoft_social_network_menu"); return $adsoft_settings; } ?>