Where can i set the location of the css file in wordPress using php? -


I am using WordPress and trying to link to the stylesheet:

 < Code> & lt; Link Rel = "stylesheet" href = "  

This link does not recognize the tag, because I think the bloginfo ('stylesheet_url') is not working properly.

Where can I determine the location of the stylesheet url in WordPress?

This is what should be specified:

  & lt; Link rel = "stylesheet" href = " You are specifying correctly, make sure that you have inserted the css file in your  Theme  folder and the CSS file is named  style. CSS  


Comments