Better order for customizer options.
This commit is contained in:
parent
29e015974f
commit
657c18b618
|
@ -18,7 +18,7 @@ function tainacan_customize_register( $wp_customize ) {
|
||||||
*/
|
*/
|
||||||
$wp_customize->add_section('tainacan_footer_info', array(
|
$wp_customize->add_section('tainacan_footer_info', array(
|
||||||
'title' => __( 'Footer settings', 'tainacan-interface' ),
|
'title' => __( 'Footer settings', 'tainacan-interface' ),
|
||||||
'priority' => 200,
|
'priority' => 170,
|
||||||
));
|
));
|
||||||
$wp_customize->add_setting( 'tainacan_blogaddress', array(
|
$wp_customize->add_setting( 'tainacan_blogaddress', array(
|
||||||
'type' => 'theme_mod',
|
'type' => 'theme_mod',
|
||||||
|
@ -98,7 +98,7 @@ function tainacan_customize_register( $wp_customize ) {
|
||||||
|
|
||||||
$wp_customize->add_section('tainacan_social_share', array(
|
$wp_customize->add_section('tainacan_social_share', array(
|
||||||
'title' => __( 'Social Share', 'tainacan-interface' ),
|
'title' => __( 'Social Share', 'tainacan-interface' ),
|
||||||
'priority' => 200,
|
'priority' => 171,
|
||||||
));
|
));
|
||||||
|
|
||||||
//Facebook
|
//Facebook
|
||||||
|
|
Loading…
Reference in New Issue