EduardET

add gallery image links

Feb 13th, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. ( function( $ ) {
  3.     $( document ).ready( function() {
  4.         var galleryItemImage = $( '.wpc-gal-with-links .et_pb_gallery_item .et_pb_gallery_image a' );
  5.         galleryItemImage.each( function() {
  6.             $( this ).attr( 'href', $( this ).attr( 'title' ) );
  7.         } )
  8.     } );
  9. } )( jQuery );
  10. </script>
Advertisement
Add Comment
Please, Sign In to add comment