You only need one register_setting()
call. The rest can be handled internally. I wrote a Settings API tutorial that explains how to do so.
Without delving too deeply into the code from the tutorial you linked, just based on the screenshot it appears that the Digital Raindrops code bypasses the standard, WordPress core admin UI to do something different with the sections within each page tab.
Related Posts:
- not getting API setting saved confirmation message after update on option page
- How do I add settings to the Background Options Page?
- How To Add New Option Types To Option Tree?
- esc_url not working within add_settings_field callback
- Cannot update WordPress General Settings Site Title and Tagline
- How would you accomplish the following advanced settings page?
- How can I make my options in an array and store theme in WP options one DB row?
- Efficiency of wp_options vs a new table
- Consequences if using PHP include TEMPLATEPATH?
- Update Specific Key Value in Complex `wp_options` object
- Create settings field on button click
- Theme Option’s Save Button is not working
- WordPress API Menu/Submenu Order
- Is it possible ( or advisable) to allow open access to the new theme customizer for potential clients?
- What WP folder can I use to write files to?
- WordPress Settings API error
- Add a dropdown to theme customizer
- Understanding wp_add_inline_style
- Add a new checkbox in theme options
- Setting multiple default background images?
- How does WordPress decide what template to use as frontpage
- get_option function
- Best practice (forward compatibility) for theme options
- Get category slug and display it on a query_post
- Override Current Theme Setting in wp_config.php
- Why might $input (Settings API) be coming through empty?
- Where is default wp_head() implemented?
- How to deploy a new theme/theme options from staging to production site
- Multiple Custom_Background, is it possible?
- What is the best way to export and import theme options?
- Static Front Page problem
- How to remove menus section from WordPress theme customizer
- WordPress Errors in generated by theme check plugin [closed]
- Select front page and blog page in custom theme settings page
- Using the theme options to change background
- How to hook CSS file according to theme selection in the customizer section
- Change setting name in Customizer and keep the data
- Is there a way to activate different theme for specified users? [closed]
- How to upload images using Settings API
- after_setup_theme, Global Variable and Theme Customizer
- Is there an action for save_menu and/or update_menu?
- For best DB performance should I serialize all theme options together or by type?
- qTranslate with my own theme and settings
- get_option in header.php not returning value from customizer
- Internal error 500 accessing Theme > Customize
- get_option() returning empty
- Can I have two different theme for two different language?
- Update problem with update_option() in combination with register_setting()
- How to disable wordpress from overload my stylesheet styles with customizer styles
- How to enqueue javascript for WP Customize options sidebar?
- How do i place same widgets multiple time by default on theme activation?
- How to Call pages from a Options Panel
- What is the meaning of WordPress’s recommended css classes and where are they applied?
- Would to use AJAX to get an option from the database and use it in a jquery setup or is there an alternative to consider?
- Change WordPress header color using customizer
- How to set wp_options in functions.php for removeing the Default Front Page
- How do I use a color from theme options?
- How to save custom settings api fields with custom section fuction
- Override plugin option by with a custom theme
- How to make javascript work on theme options page
- Issue on Checkbox with Custom Option Page
- Check if( selected() )
- Alignment Problem [closed]
- WP Customazation API doesn’t save the default Value
- WP Page Options Array
- using Options Framework – can “theme-textdomain” domain be changed?
- How to get DB options format without saving? [closed]
- Let user to add input fields on theme option page
- Setting conditional background image from meta value
- Sample Theme Options page for Multisite – what to consider
- How do I display a WP Option from an array?
- help needed for suit designing tool
- WordPress custom menu can’t show 3. level submenu
- Gallery functionality in custom theme
- How to register dynamic settings in WordPress Customizer?
- In wordpress customizer div still showing even if I hid it with javascript
- Warning: This page allows direct access to your site settings. You can break things here. Please be cautious!
- Customizer API Multi Sections in single Panel
- WordPress theme options checkbox default checked state
- WordPress theme settings not saving
- using themename_the_custom_logo() in template-tags?
- How to customize the colors within a stylesheet using a WordPress setting
- how can I re-utilize and class on a child theme
- how to create export / import theme options in wordpress without plugin
- Undefined index: custom_sidebars
- Data not saved WordPress Custom Admin Page
- Let users to add any number of input fields in the theme option page
- “No Data Received” error in Chrome every time i try to update the theme functions file
- Theme Options Doesn’t Work On WP Multisite
- WordPress two sidebar layout or theme
- Updating Style From WP Options Setting Page
- The content not wrapped in paragraph tags with get_page_by_title()
- How to Disable Color Options?
- Import/Export WordPress demo
- Turning WordPress Into full-featured website?
- How to make admin theme option with image slide show?
- Theme.json: creating different sections of the color palette
- Is it ok if I use this tag?
- How to show associated fields if checkbox is checked in customize widget screen using wp_customize?
- TItle In Latest Post is not using H1 Tag [closed]