• Hi,

    I’ve got WP Multisite 3.0.1 installed and working nicely with subdirectories. Right now, when I update a blog background with an image using Admin > Appearance > Background, the source code for the rendered page looks like the following:
    body { background-image: url('http://www.<root-domain>.org/<subdirectory-domain>/files/2010/09/26.jpg'); background-repeat: repeat; background-position: top left; background-attachment: scroll; }

    I’d rather all subdirectory blogs have no reference to the root domain where multisite is installed. How can I configure the system so any source code that references that image will use the following code instead:
    body { background-image: url('http://www.<subdirectory-domain>.org/files/2010/09/26.jpg')...

    I know it works since the browser will still render the image when I enter the url above. Thanks in advance!

Viewing 1 replies (of 1 total)
  • Thread Starter wineguppy

    (@wineguppy)

    Let me ask this another way.

    How do I use a different background image for each of my multisite blogs without using the Admin Console (Admin > Appearance > Background). I’d like to see where to put this in the code, so I can manually adjust the url reference.

    Any suggestions would be greatly appreciated. Thanks!

    Ben.

Viewing 1 replies (of 1 total)
  • The topic ‘Multisite Install – Removing reference to root domain’ is closed to new replies.