Compiled CSS not included in wp_head()?
-
Hello there,
I’ve been trying to get your plugin to work and am having frustrations with the compiled .css file not being included anywhere. The .less files are definitely being compiled, I find them in my /uploads/2013/wp-less/my-theme-name folder and that is fine. I’ve even added LESS variables before enqueuing my .less files (and those variable values are being used in the compiled .css). I’ve attempted to enqueue my .less files during different actions (init, wp, wp_enqueue_scripts, etc), all to no avail. I’ve even tried both the plugin and bundling the scripts within a theme.
Is there something I am missing? How is it that the plugin is obviously running, compiling the .less files 100% successfully, but not including the newly generated .css file into my page? Is there something more I have to do (P.S. I do have wp_head() in my header.php file).
Thanks again for any help guys!
- The topic ‘Compiled CSS not included in wp_head()?’ is closed to new replies.