2019 08 28 word mods
This commit is contained in:
@@ -63,6 +63,17 @@ function dis2019_customizer_settings($wp_customize)
|
||||
'type' => 'number',
|
||||
)));
|
||||
|
||||
$wp_customize->add_setting('dis-2019-related-posts');
|
||||
|
||||
$wp_customize->add_control(new WP_Customize_Control($wp_customize, 'dis-2019-related-posts',
|
||||
array(
|
||||
'label' => __('Number of related articles', 'dis2019'),
|
||||
'section' => 'dis-2019',
|
||||
'description' => __('Same value applies to mobile and desktop. Use any integer', 'dis2019'),
|
||||
'settings' => 'dis-2019-related-posts',
|
||||
'type' => 'number',
|
||||
)));
|
||||
|
||||
//__('Choose from most used writer', 'dis2019')
|
||||
// get_theme_mod( 'dis-2019-posts-on-home' );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user