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
- Add multiple custom fields to the general settings page
- “Error: Options Page Not Found” on Settings Page Submission for an OOP Plugin
- How to pass arguments from add_settings_field() to the callback function?
- Is get_option function cached?
- How to pass variable to add_settings_section() callback?
- What are the advantages to the Settings API?
- Where to store plugin settings fields
- How to Use Checkbox in Custom Option Page Using The Setting API
- WordPress Settings API, Implementing Tabs On Custom Menu Page
- How do I add settings to the Background Options Page?
- Adding a checkbox to the theme customizer
- Adding a description to theme customizer controls
- Difference between Option_Group and Option_Name in Register_Settings
- How To Add New Option Types To Option Tree?
- Best practices for a Style/CSS based theme options page?
- What’s the best method for emptying an option created with the Settings API?
- Settings API – easiest way of validating checkboxes?
- Settings API – creating reusable form elements?
- add static page to reading settings for custom post type
- Settings API – changing add_settings_field() output?
- How to display an admin notice after updating plugin settings?
- Theme Options Panels, What are some good examples from Frameworks or Premium Themes? [closed]
- Submenu pages delete settings from options array when saved
- Site Title and Tagline in Theme Options Page
- Where are a theme’s options stored and can I export them to be imported into freshly installed themes?
- register_setting() vs add_option()
- Settings API – save an array of options as one setting (array_push?)
- Can I install Analytics before deciding on a theme?
- How should I use register_setting, add_settings_section, & add_settings_field in my plugin’s options page?
- Options Framework options not being output
- Custom plugin settings: clicking “save changes” does not display success message
- Editor role cannot save custom theme options
- Two Ways Of Creating WordPress Options Pages
- WordPress Nonce and check admin referer help needed
- Setting ‘autoload’ to ‘no’ with Settings API
- Add Settings to Custom Post Type
- Theme option : having the ability to select among several predefined headers
- Site Title and Tagline in Pagelines DMS Options Panel
- How to Save Different Settings Options Using Settings API and/or the Theme Optimizer
- Upload multiple images via theme options [closed]
- Serialized settings in rest api
- Save Theme Options (options.php) From The Frontend
- Can’t output do_settings_sections . Can’t understand why
- How to add an export function to a custom Option Theme Page
- Why won’t register_setting() create a setting?
- Settings API erases itself?
- Separate backend “Widgets” page for each language
- Settings API – how to update multiple options manually?
- Possible to add another setting to ‘Front page displays’ setting for Custom Post Type
- PHP stylesheet cannot use standard WP functions
- esc_url not working within add_settings_field callback
- Setting the uploads directory
- Single callback with multiple setting fields
- Setting up a members area
- Settings API – how to update options manually?
- Cannot update my options using wp_ajax
- Theme options WP Editor
- how can I detect that option value has changed?
- WordPress: update_option, don’t update empty options?
- How can one utilize a variable as a callback function name for add_settings_field
- How to display some settings for super admin user only using Settings API
- Performance of several get_option() calls
- Extend plugin options page
- Add a Custom Permalink option in the Permalink Admin Screen?
- Settings API – input always updates over validation
- Can I use the different settings sections over different pages using the save options group?