add CSS styles and JS scripts

Website Tutorial

WordPress functions.php-add CSS styles and JS scripts

Although our theme has a style.css file, it is not used yet. Let’s enqueue it now. Add the following code to functions.php, so that the styles added in style.css will be applied to the theme’s styles: function my_custom_theme_enqueue() {wp_enqueue_style( ‘my-custom-theme’,...