OK, check out the theme developer handbook.
$wp_customize->add_control( 'reblog_number_control', array(
'label' => __( 'Number of Reblogs', 'tesseract-child' ),
'section' => 'tesseract_footer_options',
'settings' => 'number_of_reblogs',
'type' => 'text',
'priority' => 10
) );
Since you are in the child theme
'title' => __( 'Reblog Options', 'tesseract' ),
shoudl be
'title' => __( 'Reblog Options', 'tesseract-child' ),
In other words, your setting, control and section names need to match in add_control
, add_section
, add_setting
.
Related Posts:
- How to *remove* a parent theme page template from a child theme?
- Child Theme with multiple css files
- How do I remove a customiser option from a parent theme in a child theme?
- Is there another way to customize a parent template file besides adding the file to a child theme?
- Easily add custom HTML outside the main container?
- If a theme will undergo major changes would it be better to clone the parent instead of writting a child theme?
- How do I make my child theme re-apply the settings that were customised when its parent was active?
- New WP_Customize API – how does it work under the hood?
- Disable Visible Edit Shortcuts in the Customizer
- Theme Customization API and child themes
- customize_register with Multiple controls/settings – how to get values?
- Manipulating post meta in the customizer
- Widgets not working in Customizr but working in Appearance
- In the new Theme Customizer API, how to send a value from the front back to the admin panel?
- Post format selector in Thematic child theme post class
- get_theme_mod(); returns nothing
- How to get input_attrs in the sanitize function?
- Create a customizable child theme
- How to change in customizer the “site identity” tab required capabilities
- add sidebar area to header of child theme
- Customizer image control default value showing in customizer but not on frontend
- Customizer: How do you add HTML to control labels?
- Add new Control to Customizer to modify Headings (h1, h2, h3…) Color
- How can I & how do I change text displayed in comment via child theme
- Using the child theme functions.php to change the customizer.php on parent theme
- How to extend nav-menu-item-control data in Appearance > Customize?
- How to build a child theme from a react-based parent theme?
- What will happen to the additional CSS when the theme is updated?
- Convert an theme options page to use in customize.php also?
- Customizing default Mediaelement player
- Add more then one site logo – custom-logo theme support
- Hide devices selection from customizer?
- Fatal error in wp-admin/customize.php after fresh install due to null $wp_customize
- Enabling Additional CSS / custom-css
- Child Theme – how to add new widget on a specific place?
- Can not sanitize select control in customize api
- Truncating varying lengths of information
- How do I call in a category title on a category page in a child theme?
- Is it possible to add a ribbon in the background of h1 on every page?
- Bind JS event to WordPress control customizer
- Include custom JS without child theme
- Child theme .css files are not overriding their parent .css files
- For a specific theme, how do I build a list of all the possible theme modification names?
- Save & Publish disabled for two dimensional array Customizer
- Allow guests to use WP Customizer but disable save button
- CSS Styling a specific page
- Is there a way to override require_once of the main theme on the child theme?
- Load File (Function & Variable Value) from Child Theme
- How to add css option to Header Image customizer?
- Changes in my child theme from customizer not appearing in style.css?
- What are the best practices for maintaining and deploying several parent themes?
- Where do I go to edit this area? [closed]
- Trigger Customizer Publish (save) Action
- css media query question [closed]
- How to customize the WordPress 2014 theme, to have page using less horizontal margin?
- WordPress Child Theme Stylesheet being loaded before Parent’s minified .css
- How to edit alternate inactive themes in “Appearance -> Customise” screen?
- Is it necessary to prefix theme_mod, section id and panel id in the customizer?
- Hide Customizer’s Widget Choices From The List
- theme customizer – can a single option pass multiple values?
- How to remove Customizer’s Section and move Control straight to Panel using Child Theme
- Remove Customizer Control Choices (Type: Radio Array) using Child Themes
- Dynamic Control in customiser
- Is it possible to rename a customizer control heading?
- How to add functionality to an existing theme (using child themes)
- Is it possible to add custom badges to product attributes conditionally, based on custom field?
- Changing update message from Newspaper child theme
- Will WordPress updates remove Gutenberg Additional Classes?
- javascript file not working in a plugin template file
- Customizer options limited to specific user roles?
- Can’t Customize WordPress Page
- Trying to customise 2011 Child Theme Background Colour
- WordPress core jquery version file not loaded?
- How can error pages be customized
- Issue with navigation bar in child theme
- Fixed bottom menu on mobile doesn’t work on search included in Child Theme of Storefront
- Unhook a function within a class in the child theme
- WordPress Customizer: Check for value of CSS selector and replace it
- Calling get_theme_mod() of an WP_Customize_Image_Control() returns an Array, how do I correctly return the image src for my custom theme?
- In wordpress customizer api adding div wrap to control
- How do I move my sites to a child theme without loosing customisation?
- Why, when it comes to custom background and image, does ‘The first value registered’ win?
- Changing a setting in the wp-admin/customize.php reverts CSS styles to parent theme [closed]
- Apply `the_content’ filter to theme customisation live preview
- retrieve theme custom settings
- Changes in comments.php in the child theme does not show up on the site
- Word Press Theme Customiser and Child theme Function.php
- Multiple Customizers
- Which IDE best for WordPress Development? [closed]
- Refresh Customize Section (not preview)
- Do i need to use PHP in customizer api?
- Modifying posts based on category in TwentyTwentyTwo theme
- Where did I put this one line of css?
- How to hide WordPress files / structure? [closed]
- multiple comment text areas
- Sub menu indicator that links to sub menu
- Many Rewrite Parameters/Rules
- How to have differents sites share the same tables of DB?
- Smarter Document Management links between three WordPress sites sought
- Create a google friendly header with text and logo