June 14, 2018 at 17:29
#200816
Moderator
Yes, if you don’t need that
Wrap the content of the header.php into a condition like this
COPY CODE
if(get_current_blog_id() == '1') {
//header content here
}
So the header will be run only for the blog with id 1
Cheers
R
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution