Title: multi site users editing same theme?
Last modified: August 20, 2016

---

# multi site users editing same theme?

 *  [petergus](https://wordpress.org/support/users/petergus/)
 * (@petergus)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/multi-site-users-editing-same-theme/)
 * well im trying to make what seems to be a pretty complicated multisite environment
   and hoping someone here might shed some light on the subject!
 * First what im overall trying to do: make a register form where a user signsup
   with the standard info, but then also in some form (maby after registration) 
   should be able to upload a logo, change color scheme (child theme?), and add 
   a couple menu items + pages.
 * ya dont know how far ill get BUT my MAIN question at the moment is about editing
   the theme. how does it work if for example on the logo upload (which i dont know
   to do yet) but if i change functions.php to hook into a logo upload folder, well
   that rule will be global…i dont get now how to define different rules per user/
   subdomain, or if it even works like that??
 * thank for any hints in the right direction!!

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [whiteatom](https://wordpress.org/support/users/whiteatom/)
 * (@whiteatom)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/multi-site-users-editing-same-theme/#post-2416816)
 * The theme is common for all subsites.. But you could write a function in the 
   header to get a logo from the subsite’s uploads folder… WordPress fudges that
   folder depending on which subsite you are viewing… Maybe if you force a file 
   name and then put a relative link to the uploads directory you could make it 
   work?
 * Whiteatom
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [14 years, 6 months ago](https://wordpress.org/support/topic/multi-site-users-editing-same-theme/#post-2416818)
 * > WordPress fudges that folder depending on which subsite you are viewin
 * No, the THEME handles that.
 * Look at 2011. When you upload a header image, it loads it in that sites Media
   section, and calls it from there. So I would try mimicing that.
 *  Thread Starter [petergus](https://wordpress.org/support/users/petergus/)
 * (@petergus)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/multi-site-users-editing-same-theme/#post-2416819)
 * ya i basically came to that conclusion myself
 * BUT, i found that the folder (blogs.dir/2(id of each site in order)/files) gets
   created only on an initial upload. so pretty much stuck with using the media 
   library somehow to create the directory right it seems?
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [14 years, 6 months ago](https://wordpress.org/support/topic/multi-site-users-editing-same-theme/#post-2416820)
 * You’re not ‘stuck’ using the media library (I recall someone once coded their
   header to grab header-%siteid%.jpg from the theme folder, but that meant he always
   had to add a header image for them). It’s just that letting the theme use the
   media library location is easiest for end-users. You don’t have to worry about
   it, since it’s supported by WP and is pretty solid.
 *  Thread Starter [petergus](https://wordpress.org/support/users/petergus/)
 * (@petergus)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/multi-site-users-editing-same-theme/#post-2416821)
 * ya i mean, if the first thing i want to on site registration is drop an image
   in /2/files/logo that directory doesn’t seem to get created untill i use the 
   media library to upload something. so then it seems i would need to a run a script
   to create that directory but might run into conflicts…. any idea how wordpress
   handles the creates of the dirs insides blogs.dir?
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [14 years, 6 months ago](https://wordpress.org/support/topic/multi-site-users-editing-same-theme/#post-2416822)
 * Alas it’s not something I’ve jumped into.
 *  Thread Starter [petergus](https://wordpress.org/support/users/petergus/)
 * (@petergus)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/multi-site-users-editing-same-theme/#post-2416823)
 * ok! ill try to post back here if i find something, or would love to hear if anyone
   else has clues?

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘multi site users editing same theme?’ is closed to new replies.

## Tags

 * [logo upload](https://wordpress.org/support/topic-tag/logo-upload/)
 * [multi-site](https://wordpress.org/support/topic-tag/multi-site/)

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 7 replies
 * 3 participants
 * Last reply from: [petergus](https://wordpress.org/support/users/petergus/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/multi-site-users-editing-same-theme/#post-2416823)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
