__( 'Main Sidebar', 'anymags-travel' ),
'id' => 'sidebar-1',
'description' => __( 'Widgets in this area will be shown on all posts and pages.', 'anymags-travel' ),
'before_widget' => '
',
'after_widget' => '',
'before_title' => '',
) );
}
add_action( 'widgets_init', 'wpdocs_theme_slug_widgets_init' );
}
add_action('wp_enqueue_scripts','anymags_news_enqueue_scripts');
function as_travel_theme_setup() {
// Adds tag support
add_theme_support( 'title-tag');
}
add_action('after_setup_theme', 'as_travel_theme_setup');