• WP Monkey

    (@scdesmond)


    I am using Stylesheet Per Page on 4 client sites. On only one of these, I’m having an issue where there are references to a home.css which does not existing within my theme (which is built on Genesis).

    Here is an example of the links on the home page, and only the home page:

    <link href="http://www.mywebsite.com/wp-content/themes/mytheme/css/home.css" rel="stylesheet" type="text/css" />
    <link href="http://www.mywebsite.com/wp-content/themes/mytheme/home.css" rel="stylesheet" type="text/css" />

    I’ve done code searches through all of my child theme’s PHP files and all of Genesis’ and there are no references to home.css. There is a home.php but not a page-home.php.

    When I deactivate Stylesheet Per Page, the reference goes away.

    http://wordpress.org/extend/plugins/stylesheet-per-page/

The topic ‘Plugin is creating home.css reference’ is closed to new replies.