Skip to content

Instantly share code, notes, and snippets.

@yousufansa
Created November 6, 2020 16:15
Show Gist options
  • Select an option

  • Save yousufansa/3bcaadfe1bd773e462c9babb2a77973d to your computer and use it in GitHub Desktop.

Select an option

Save yousufansa/3bcaadfe1bd773e462c9babb2a77973d to your computer and use it in GitHub Desktop.
Front - Customer Story - Fix Single Customer Story Sticky Content
if( ! function_exists( 'front_single_customer_story_sticky_end' ) ) {
function front_single_customer_story_sticky_end() {
?><div id="stickyBlockEndPoint"></div><?php
}
}
add_action( 'front_customer_story_single_post', 'front_single_customer_story_sticky_end', 50 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment