Hi,
I’m using Pro and Ethos is the base for my blog index. I’m trying to add a Global Block as a banner using the action hook, however I can’t get it to appear correctly as it appears above the Header. I have tried other Action Hooks (x_before_the_content_begin )but still unable to get it to work. Please advise, the code I’ve used are:
add_action(‘x_after_site_begin’, ‘blog_index_banner’);
function blog_index_banner(){
if ( is_home() ){
echo do_shortcode(’[cs_gb id=“91”]’);
}
}
The image that appears is