';
echo '
'. esc_html__( 'Greetings from Themeglance!!', 'babysitting-day-care' ) .'
';
echo '
'. esc_html__( 'A heartful thank you for choosing Themeglance. We promise to deliver only the best to you. Please proceed towards welcome section to get started.', 'babysitting-day-care' ) .'
';
echo '
'. esc_html__( 'About Theme', 'babysitting-day-care' ) .'
';
echo '
';
}
endif;
add_action( 'after_setup_theme', 'babysitting_day_care_setup' );
/* Theme Widgets Setup */
function babysitting_day_care_widgets_init() {
register_sidebar( array(
'name' => __( 'Blog Sidebar', 'babysitting-day-care' ),
'description' => __( 'Appears on blog page sidebar', 'babysitting-day-care' ),
'id' => 'sidebar-1',
'before_widget' => '