EduardET

Untitled

Jun 14th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. ( function( $ ) {
  3.     $( document ).ready( function() {
  4.         if ( $( 'body' ).hasClass( 'post-type-archive-product' ) ) {
  5.             var main_area_bottom = $( '#main-area-bottom' ),
  6.                 footer = $( '#footer' );
  7.             $( '#primary, #sidebar' ).wrapAll( '<div id="main-area"><div id="main-content" class="clearfix"></div></div>' );
  8.             $( '#primary' ).wrap( '<div id="left-column"></div>' );
  9.             main_area_bottom.detach();
  10.             footer.detach();
  11.             main_area_bottom.insertAfter( '#main-area' );
  12.             footer.insertAfter( main_area_bottom );
  13.         }
  14.     } );
  15. } )( jQuery );
  16. </script>
Advertisement
Add Comment
Please, Sign In to add comment