I found a solution!!!
<li class="tweat">
<a href="https://wordpress.stackexchange.com/questions/124927/<?php $globalOptions = get_option("global_options_arraykey'); echo $globalOptions['twitterid'];?>">Visit our twitter Account</a>
</li>
I got it from this site:
Get Option for an Element in an array – WordPress-Hackers
Related Posts:
- get_option() vs get_theme_mod(): Why is one slower?
- wp_editor() fields on Theme Options Page not saving
- Using update_option() and get_option() is echoing escaped strings
- Theme Options page with tabs
- Outputting results from select box option in options panel
- Display user HTML on website
- Need help understanding/coding with Settings API
- How can I insert some extra validation into the theme options’ validation function using add_filter?
- get option framework options returns Call to undefined function of_get_option()
- Update problem with update_option() in combination with register_setting()
- Getting error to display radio button value in General Settings page
- Settings API settings section not appearing
- How to save custom settings api fields with custom section fuction
- How to set a default theme option after installing theme?
- Issue on Checkbox with Custom Option Page
- WordPress theme options framework, I can’t read them in my templates
- Multiple options in the options_value field of the wp_options table
- not getting API setting saved confirmation message after update on option page
- WP Page Options Array
- Theme options are they necessary
- The best place of the code for creating a robots.txt file
- Blogname and Blogdescription in Pagelines DMS Options Panel
- Can Settings API setting generate other settings?
- How to use checked() function with multiple check box group? How to properly sanitize that checkbox group?
- Tabbed theme options query about add_settings_section callback function
- Can’t save multiple sections on one page with register_setting
- What should I use to store options for a single blog on a network site?
- Delete Transient when clicking ‘Save Changes’ on options page
- Changing the layout of a custom options page
- File input returns null in theme options array
- Can’t add options to db
- Slightly modified options framework Colour picker
- Theme options: Display ID of page options
- wordpress theme option in other templates
- “Error: Options Page Not Found” on Settings Page Submission for an OOP Plugin
- How to pass variable to add_settings_section() callback?
- How do I add settings to the Background Options Page?
- Difference between Option_Group and Option_Name in Register_Settings
- Settings API – creating reusable form elements?
- register_setting() vs add_option()
- How should I use register_setting, add_settings_section, & add_settings_field in my plugin’s options page?
- Editor role cannot save custom theme options
- WordPress Nonce and check admin referer help needed
- Site Title and Tagline in Pagelines DMS Options Panel
- How to Save Different Settings Options Using Settings API and/or the Theme Optimizer
- How to add an export function to a custom Option Theme Page
- Settings API erases itself?
- Possible to add another setting to ‘Front page displays’ setting for Custom Post Type
- Setting the uploads directory
- Theme options WP Editor
- WordPress: update_option, don’t update empty options?
- Extend plugin options page
- Settings API get_option best practices
- Tab from Settings API resetting all options with INSERT INTO [closed]
- get_option array value defaults and best practices
- How to add settings subpage from a plugin to a settings page created in theme?
- How can I get my options in json response?
- Two settings_fields in one form
- How would you accomplish the following advanced settings page?
- How to get specific setting by settings_fields()?
- Whitelisting items from custom options page
- Two Types of settings in WP – The Doubt
- Show the submitted values in the form when validation fails
- Theme Options page not saving data correctly
- Move Custom Fields on General Settings Page to New Location
- Error: options page not found
- Create an Options page with two image upload fields
- Settings API – save multiple tabs at once
- Options Theme – WordPress [closed]
- How to reset (clear) theme settings
- Is there a function to add additional options to the Twentyeleven option page?
- Can I use register_settings and unregister_setting once the settings page has loaded?
- Settings API: Setting default option via ‘get_option’ fails
- WordPress modify Settings > Permalinks (options-permalink.php) Add CPT Permalink Options
- Bring page from sub menu to admin menu in option tree
- Options Framework not saving options correctly
- How to add a Reset to Defaults button with Settings API?
- Admin menus and submenus
- Theme Options Page – Select, Radio, Tabs
- Splitting an eCommerce store from the WordPress Theme
- How to save Setting pages data to the database?
- display category name based on its equivalent id
- Call require_once form admin page with checkbox
- Is it possible to have a global parameter page which allows to configure other plugins in the same place?
- Problem with checkbox in Settings API
- How to save the option’s new values plus old value without overwrite old one
- WordPress Boilerplate Plugin doesn’t see callback functions for add_settings_field and add_settings_section
- Do not want to display random category. Want to exclude a few or make post show only the category I want [closed]
- Create settings field on button click
- Moving wordpress site from one machine into another
- Dynamically Update Key in Associative Array When Saving Settings
- WordPress Setting page can not be saved by html radio
- IF statement not falling over to ELSE with Options Framework
- Trouble saving wp_dropdown_pages()
- Incorporating the Settings API in WordPress Themes – by Chip Bennet
- How can I style my theme admin page?
- Where to adjust presets for slider options “auto rotate” (3, 5, 10, 15 seconds)? [closed]
- Options.php loop won’t show!
- Admin Message after Plugin Option Updated
- How to add custom settings to the menu of custom post types?