PenciDesign Supporter replied
Hi,
Please add the following PHP code to your site:
add_action('wp_head',function(){
if ( is_home() || is_front_page() ) {
// add your code here.
}
});The code above will add the custom code to the homepage header.
Regards,
PenciDesign.