• I have a multisite that has 3 different themes (1 parent, 2 child) that server many different clients. Inevitably, these clients want small changes made that don’t necessarily warrant an entire separate child theme, but code must be added nonetheless. Think changes like nav color, a footer element removed, an extra call-to-action added; little changes like that which generally require PHP conditionals added to the templates.

    Making these site specific changes, usually wrapped in a conditional that checks the blog ID, is difficult to manage and keep track of, and makes my templates messy. What I want to know is if there is a way to accommodate these small edits in an elegant fashion. Maybe an area where I can paste in some PHP, which will only affect that specific sub-site? A comprehensive options page that covers all customizations?

    I’m not sure what approach will give me the most streamlined, manageable solution.

    Thanks in advance for your suggestions!

Viewing 1 replies (of 1 total)
  • Hello apatt124,

    I will suggest you to create theme option page and provide the text area for adding the custom css and apply the saved custom css option to your theme. So you can change the css of the any site individually without disturbing other site theme.

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Multisite – Site Specific Modifications’ is closed to new replies.