AlkantarClanX12
Current Path : /home/thanudqk/thepball.com/wp-content/themes/Dewabet/ |
Current File : /home/thanudqk/thepball.com/wp-content/themes/Dewabet/functions.php |
<?php function thepballtheme ($wp_customize){ $wp_customize->add_section('thepball-1stslide', array( 'title' => 'Slider Section' )); $wp_customize->add_setting('thepball-1stslide-headline', array( 'default' => 'Enter Headline Title' )); $wp_customize->add_control( new WP_Customize_Control($wp_customize, '1stslide-headline-control', array( 'label' => 'Headline', 'section' => 'thepball-1stslide', 'settings' => 'thepball-1stslide-headline' ))); $wp_customize->add_setting('thepball-1stslide-paragraph', array( 'default' => 'Enter Tagline' )); $wp_customize->add_control( new WP_Customize_Control($wp_customize, '1stslide-paragraph-control', array( 'label' => 'Paragraph', 'section' => 'thepball-1stslide', 'settings' => 'thepball-1stslide-paragraph', 'type' => 'textarea' ))); } add_action('customize_register', 'thepballtheme'); function thepballtheme2 ($wp_customize){ $wp_customize->add_section('thepball-video', array( 'title' => 'Video Section' )); $wp_customize->add_setting('thepball-video-headline', array( 'default' => 'Enter Headline Title' )); $wp_customize->add_control( new WP_Customize_Control($wp_customize, 'video-headline-control', array( 'label' => 'Headline', 'section' => 'thepball-video', 'settings' => 'thepball-video-headline' ))); } add_action('customize_register', 'thepballtheme2'); function thepballtheme3 ($wp_customize){ $wp_customize->add_section('thepball-promotion', array( 'title' => 'Promotion Section' )); $wp_customize->add_setting('thepball-promotion-headline', array( 'default' => 'Enter Headline Title' )); $wp_customize->add_control( new WP_Customize_Control($wp_customize, 'promotion-headline-control', array( 'label' => 'Headline', 'section' => 'thepball-promotion', 'settings' => 'thepball-promotion-headline' ))); } add_action('customize_register', 'thepballtheme3'); function thepballtheme4 ($wp_customize){ $wp_customize->add_section('thepball-match', array( 'title' => 'Match Section' )); $wp_customize->add_setting('thepball-match-headline', array( 'default' => 'Enter Headline Title' )); $wp_customize->add_control( new WP_Customize_Control($wp_customize, 'match-headline-control', array( 'label' => 'Headline', 'section' => 'thepball-match', 'settings' => 'thepball-match-headline' ))); } add_action('customize_register', 'thepballtheme4'); ?>