Skip to content

Instantly share code, notes, and snippets.

@KoolPal
Forked from ahmedeshaan/top-notice
Created March 17, 2020 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KoolPal/8102abb2b97834e20404b9af57bbb500 to your computer and use it in GitHub Desktop.
Save KoolPal/8102abb2b97834e20404b9af57bbb500 to your computer and use it in GitHub Desktop.
function holiday_message_before_header() {
?>
<div class="header-block">
<?php echo do_shortcode( '[block id="YOUR BLOCK NAME"]' ); ?>
</div>
<?php
}
add_action( 'flatsome_before_header', 'holiday_message_before_header', 1 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment