I am new to WP development and I am used for a custom development version using GLUP. So I have a folder named Development where I store all my development folders and files. In this folder, I have index.php, functions.php and style.css. However, WP has said that the stylesheet can not be found. The complete path of the file is build / development / style.css, though the relative path of style.css (from index.php) should be quite good, right? How to fix it?
The image of my file structure
/ wp-content / themes / builds / Development / style.css "/>
Use the get_site_url function for the path
No comments:
Post a Comment