Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- ( function( $ ) {
- $( document ).ready( function() {
- if ( $( "body.et_pb_pagebuilder_layout" ).length ) {
- var bloomForm = $( ".single-post .et_bloom_below_post" ).parent().parent();
- if ( bloomForm.length ) {
- bloomForm.detach();
- var insertAfter = $( '.et_pb_row.et_pb_row_0' );
- insertAfter.after(bloomForm);
- }
- }
- } );
- } )( jQuery );
- </script>
Advertisement
Add Comment
Please, Sign In to add comment