We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb1af2 commit fefa400Copy full SHA for fefa400
inc/customizer.php
@@ -141,11 +141,11 @@ function shapely_customizer( $wp_customize ) {
141
$color_section->priority = 31;
142
}
143
144
- $header_image = $wp_customize->get_section( 'header_image' );
+ $header_image = $wp_customize->get_control( 'header_image' );
145
if ( $header_image ) {
146
- $header_image->panel = 'shapely_blog_options';
147
- $header_image->title = esc_html__( 'Blog Index Header Image', 'shapely' );
148
- $header_image->priority = 34;
+ $header_image->section = 'shapely_blog_section';
+ $header_image->label = esc_html__( 'Blog Index Header Image', 'shapely' );
+ $header_image->priority = 31;
149
150
151
$wp_customize->add_section( 'shapely_blog_section', array(
0 commit comments