Skip to content

Instantly share code, notes, and snippets.

@bowatts
Last active July 9, 2019 13:54
Show Gist options
  • Save bowatts/76508a0e9caff627f0cd to your computer and use it in GitHub Desktop.
Save bowatts/76508a0e9caff627f0cd to your computer and use it in GitHub Desktop.
Flexslider + WP
<script type="text/javascript">
(function($) {
$(window).load(function(){
$('.flexslider').flexslider();
});
})(jQuery);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment