I’m an absolute beginner making my first theme, and I wanted to try using register and enqueue for CSS so I could have a separate stylesheet for one page.
I messed around with the functions and decided it wasn’t working, so I decided not to use it. However, after I put all my code back to normal, the CSS wouldn’t load at all using the typical <link href="style.css" rel="stylesheet">
format.
When I inspect element on my site and look for the stylesheet under "sources", the style.css
file it shows is completely blank. I’m at a loss. Is it possible that the enqueue method screwed up my site?