Hello!
I’m using Pro Child theme, and wish to insert
<?php if ( 6 === get_current_blog_id() ) { echo
; } ?>
before the </head>
but I couldn’t find the header.php under editor for the child theme. Do I need to take some additional steps in order get that under the editor?
Please note functions.php is very much existent under the child theme.
Thanks!