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 inlinesotop = $( '#left-area .entry-content .et_pb_section .et_pb_row .et_social_inline.et_social_mobile_on.et_social_inline_top' ),
- inlinesobottom = $( '#left-area .entry-content .et_pb_section .et_pb_row .et_social_inline.et_social_mobile_on.et_social_inline_bottom' ),
- insertAftertop = $( '.et_pb_post_title.et_pb_post_title_0' ),
- insertAfterbottom = $( '.et_pb_module.et_pb_space.et_pb_divider_hidden.et_pb_divider_0' );
- inlinesotop.detach();
- inlinesobottom.detach();
- inlinesotop.insertAfter( insertAftertop );
- inlinesobottom.insertAfter( insertAfterbottom );
- }, 100 )
- }
- } );
- } )( jQuery );
- </script>
Advertisement
Add Comment
Please, Sign In to add comment