Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- ( function( $ ) {
- $( document ).ready( function() {
- if ( $( 'body' ).hasClass( 'single-post' ) ) {
- setTimeout( function() {
- var inlineso = $( '#left-area .entry-content .et_pb_section .et_pb_row .et_social_inline.et_social_mobile_on' ),
- insertAfter = $( '.wpc-insert-after' );
- inlineso.detach();
- inlineso.insertAfter( insertAfter );
- }, 100 )
- }
- } );
- } )( jQuery );
- </script>
Advertisement
Add Comment
Please, Sign In to add comment