Archived topic
Multisite / function.php for each site of the network
3 replies · Started by Jan on August 8, 2022
Hi David,
I'm generally fine customizing the child theme in the WP backend for each site on the network individually (styles etc). When it comes to adding actions and filters to the function.php, however, I only seem to have one file for the entire network.
Is this indeed common practice? I would think that activating filters or actions only for the required site on the network would make more sense.
Please let me know your thoughts.
Thanks,
Jan
Hi there,
you can install a separate Child Theme for each individual site.
They need to have a unique name, so as not to clash with each other. And you can activate them in the individual sites theme menu.
This makes perfect sense, David.
Many thanks for getting back.
Best,
Jan
You're welcome