Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active December 15, 2015 12:39
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 braddalton/5261488 to your computer and use it in GitHub Desktop.
Save braddalton/5261488 to your computer and use it in GitHub Desktop.
function display_slider_after_content() {
if (is_single()) {
echo do_shortcode('[easingsliderlite]');
}
};
add_action('genesis_after_post_content', 'display_slider_after_content');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment