• Resolved number cruncher

    (@number-cruncher)


    I need an easy way to load the same style sheet for two different installations of wordpress. One is at main.com and the other is at main.com/secondary. Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter number cruncher

    (@number-cruncher)

    I got it! Inside main.com/secondary/wp-content/themes/mytheme/style.css, I removed all the code and inserted

    @import url(main.com/wp-content/themes/mytheme/style.css);

    and then added some code for the specific secondary banner. This of course overrides the banner definition in the imported file because of the cascade.

    I would like to credit themeshaper.com/wordpress-child-theme-basics/ which gave me the basic idea. (I’m sort of doing the opposite of a child theme.)

Viewing 1 replies (of 1 total)
  • The topic ‘one theme for two blogs’ is closed to new replies.