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