Your register_setting() should be for all fields like below
function register_mysettings() {
//register our settings
register_setting( 'theme-settings-group', 'facebook' );
register_setting( 'theme-settings-group', 'twitter' );
register_setting( 'theme-settings-group', 'pinterest' );
register_setting( 'theme-settings-group', 'googleplus' );
//etc
}
Do this for all fields and let me know if you stuck at anything
Related Posts:
- How to save Uploaded image in custom option panel?
- How to add an export function to a custom Option Theme Page
- Theme options WP Editor
- Simple custom theme option not being saved
- Why does the ‘wp_nav_menu’ function work only until a menu is created?
- Image rotation fails to regenerate custom sized thumbnail
- Generating dynamic css into custom file [closed]
- Option Tree integration of Custom CSS
- Turn get_posts as string into an array for use in theme admin options
- Show some menu sub items as dropdown under a menu item
- $_Get and &_REQUEST Index Undefined on Functions.php
- call_user_func_array() expects parameter 1 to be a valid callback, function
- Adding theme option values as custom body class
- How to add or delete default value theme options while activate and deactivate theme
- How can I stop the hook from breaking the login/logout function?
- Adding a meta box fields to child theme options page
- Hiding Google Analytics code based on theme options
- Why don’t ‘wp_nav_menu’ CSS classes work until a menu is created?
- Ajax call always returns 0
- plugins_url vs plugin_dir_url
- How to override a function when isn’t at functions.php
- Where and how to put inline js in pages
- Is it possible to remove the “standard” post format?
- Show modified time if post is actually modified
- Hourly Routine Not Firing ( wp_schedule_event() )
- Is checking whether the blog is installed necessary?
- Fatal error: Call to undefined function add_action() – an untouched problem
- echo or print_r in an admin function
- Overriding methods in a child theme
- Automatically Add Specified Value to Attachment Metadata upon Upload
- WP disobeys disabling of the posts revision feature
- How do I deactivate a plugin for some roles
- Twenty Eleven Child theme error when attempting to use a rewritten function
- How to display more audio file ID3 tags in WordPress
- Running CRON on Server with WP Function
- wp_trash_post function to only apply to posts, not pages!
- Adding widget to dashboard with wp_dashboard_setup not working
- qTranslate in functions.php
- Using Schema with `the_excerpt`
- Register and load scripts
- Having a Function Inside of the Loop
- How to rewrite the custom url in wordpress?
- About cron delete user with meta_key
- Add dynamic links in WordPress custom theme
- Unable to login using username
- How to change the order of Jquery in the footer of my theme?
- media resize/crop possibilities?
- adding custom script to functions file
- edit formatting.php in a theme so it wont get overwritten
- WordPress Options Page Theory Question
- Hook into a function without a hook?
- add_action template_redirect not working for home page
- Way to store featured image width and height in two separate variables?
- Insert template-part inside the content
- Got white blank page after copying the functions.php to child theme
- Add unique id to Preview URL
- Numbering lines of code with the tag?
- Latest Foursquare Checkin function
- Insert nofollow in a “Powered By” link, except in the homepage [closed]
- Image loading function not working on archive.php template
- Way to redirect all Product Sub Category to its Main category Page?
- what is best way to keep track of changes made in wordpress website? [closed]
- Is this an acceptable practice for WordPress theme development?
- How to use parent theme functions in child theme functions.php file?
- How to change a specific admin label
- Custom image sizes showing in Classic Editor only when upladed directly to post
- How to add extra value to permalink
- Bulk updating a group of WordPress Pages every 10 minutes
- remove_filter function to unhook twentysixteen parent theme function
- Can we have conditional CSS styling?
- Change function without filter hook
- Allow logged in user to view a Page, else send to login screen and then redirect back to Page
- How to add javascript code into Divi child theme?
- Appending „read more” to the excerpt conditionally
- Override plugin function to show invoices even if not logged in
- How To Display Author Popup on Entry Meta (Genesis Framework)?
- Serving cache from multiple domain names
- ACF Filter return value
- How to build two WordPress site using two different themes with same database (No ! I am not taking about multisite network)?
- Why am I losing image quality on my site?
- Replace image attributes for lazyload plugin on image elements with specific class
- Custom shortcode with do_shortcode and substr
- Keep js after reload the page
- Add array of category IDs to global variable?
- Need some Tweak my nextpage Function
- Adding custom field in menu options [duplicate]
- Function the_content
- Edit TinyMCE Button Functionality
- Automatically delete posts based on query
- WP supersize not displaying when different languages flags are selected
- wp_list_pages change of children and anchor of parent
- Admin Panel errors because of functions.php
- WordPress not performing direct update
- Using Output from one Function and calling it into another
- How to add a class and title attribute to the link generated by next/previous post
- “Headers already sent” while trying to add a CSS file to my login page?
- Notice: Use of undefined constant REQUEST_URI – assumed ‘REQUEST_URI’ in ….functions.php on line 73
- Select area and checkbox data is not saving?
- Bulk set Post Title as Tag where Tag is Empty Function
- Using input_attrs() Multiple Times Within One Customizer Control