Hello,
Assume that the folder structure is correct and that it includes the referenced PHP file in the child theme. I would like to insert the following template part into the header template:
<?php get_template_part( 'template-parts/header-aside' ); ?>Is there an element that I can place in the header to execute the PHP as described above? What other ways could this be done?
Note, I am very new to Bricks.
Cheers,
Quint