• I just updated 3.8 from 3.4.2 and i’m not sure if this is a new issue. I have a multisite network. Having trouble understanding paths or config to stylesheet. For subsite *site3* I’m trying to call this stylesheet http://domainname/wp-content/themes/custom3/style.css using following tag in header

    <link rel=”stylesheet” type=”text/css” media=”all” href=”<?php bloginfo( ‘stylesheet_url’ ); ?>” />

    However, when i use tag above it’s pulling this stylesheet
    domainname/site3/wp-content/themes/custom3/style.css (and now seems to insert the site3 subdomain in the call). Other subsites (site1, site2 etc) are working the same way. I don’t recall it doing that in 3.4.2. So i’m not sure the correct path or config for stylesheets.

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Stylesheet call troubles’ is closed to new replies.