PenciDesign Supporter replied
Hi,
You should paste this code into the function.php of the child theme or via the CodeSnippet plugin here: https://wordpress.org/plugins/code-snippets/
add_action( 'penci_below_header_wrap', function(){
if ( is_single() ) {
?>
<!-- in sert the HTML code here -->
<?php
}
});
Regards,
PenciDesign.
