My css is not linking in WordPress, and the file path is correct
This is the path to the css and I have checked the styles it’s there correctly http://localhost/technologies-news/wp-content/themes/revblog/style.css this was found in the browser run , this is the path in the function.php wp_enqueue_style(‘revocubeblog-style’, get_template_directory_uri() . “/style.css”, array(), $version, ‘all’); , this is my head section in my front-page.php <meta charset=”UTF-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <title>revocube […]