Search code examples
csswordpress-themingcookielesspagespeed

How to move the wordpress template style.css file in another folder?


I would like to follow one of Page Speed's recommendation: Serve static content from a cookieless domain. So I need to move the style.css file away from the default template folder and put it in my cookieless domain.

How do I notice wordpress for this change?

Thanks.


Solution

  • Style.css is ultimately called in the header file of a wordpress template. Simply changing the location call in your templates header to the one where your new styles.css file is located should do the trick.