function travel_theme_setup() {
add_theme_support('title-tag');
add_theme_support('post-thumbnails');
}
add_action('after_setup_theme', 'travel_theme_setup');
function travel_theme_scripts() {
wp_enqueue_style(
'tailwind',
get_template_directory_uri() . '/assets/css/style.css',
[],
'1.0'
);
}
add_action('wp_enqueue_scripts', 'travel_theme_scripts');
Warning: Cannot modify header information - headers already sent by (output started at /home/hxstage/public_html/ritika.hxstage.com/wp-content/themes/travel-basic-theme/functions.php:1) in /home/hxstage/public_html/ritika.hxstage.com/wp-includes/pluggable.php on line 1531
Warning: Cannot modify header information - headers already sent by (output started at /home/hxstage/public_html/ritika.hxstage.com/wp-content/themes/travel-basic-theme/functions.php:1) in /home/hxstage/public_html/ritika.hxstage.com/wp-includes/pluggable.php on line 1534