Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- ( function( $ ) {
- $( document ).ready( function() {
- if ( $( 'body' ).hasClass( 'page-id-60' ) ) {
- var artcile = $( '.et_pb_posts article' );
- artcile.each( function() {
- var featuredImage = $(this).find('.entry-featured-image-url'),
- articleElements = $( this ).find( '.entry-title, .post-content' );
- $(this).addClass('clearfix');
- featuredImage.wrap('<div class="wpc-left-box"></div>');
- articleElements.wrapAll( "<div class='wpc-right-box'></div>" );
- var newelemeents = $(this).find('.wpc-left-box, .wpc-right-box');
- newelemeents.wrapAll('<div class="inner-box clearfix"></div>');
- } )
- }
- } );
- } )( jQuery );
- </script>
Advertisement
Add Comment
Please, Sign In to add comment