i’m hosting several sites. they all have the same base theme that i need to install. I want to develop this theme and have them updated on all the sites simultaneously.
I have the following folder structure
/theme/
\ mytheme
/domain/
\ foo.com
\ foobar.com
\ foosite.com
Would there be any issue with symlinking each site with my theme into each site’s wp-config/theme/
folder? Not interested in multisite. Had to developed sites seperately.