Added code in functions.php :
function theme_name_scripts() { wp_enqueue_style('style_blog', get_template_directory_uri() . "/css/style_blog.css"); wp_register_script('jone', get_template_directory_uri() . '/js/site.js'); } add_action('wp_enqueue_scripts', 'theme_name_scripts');
But nothing is being loaded. Also, the Visual Composer plugin styles are not loaded. I do the topic from scratch.