Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- (function($) {
- $(document).ready(function() {
- var galleryItem = $('.custom-gallery .et_pb_gallery_item .et_pb_gallery_image');
- galleryItem.each(function(){
- var img = $(this).find('img'),
- caption = img.attr('alt');
- $('<p class="wpc-caption">'+caption+'</p>').insertAfter(img);
- })
- });
- })(jQuery);
- </script>
Advertisement
Add Comment
Please, Sign In to add comment