I\'m new to WordPress/PHP and I\'m trying to create a theme, during a tutorial it\'s saying to use the wp_enqueue_style/script to load css/js files however for some reason I
You can do that :
wp_enqueue_script( 'blog', get_template_directory_uri() . '/js/blog.js', array('jquery'), true );