Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- ( function( $ ) {
- $( document ).ready( function() {
- $( "#comment-wrap" ).insertAfter( $( ".single-post article.et_pb_post" ) );
- $( "#respond.comment-respond" ).insertAfter( $( "#comment-wrap" ) );
- if ( !$( 'body' ).hasClass( 'archive' ) ) {
- $( "article.et_pb_post" ).each( function() {
- $( ">a:first-child, .et_pb_image_container", this ).insertAfter( $( ".post-meta", this ) );
- } );
- $( ".entry-title, .post-meta" ).insertBefore( $( ".single-post article.et_pb_post" ) );
- }
- if ( $( 'body' ).hasClass( 'archive' ) ) {
- $( 'head' ).append( '<link href="https://fonts.googleapis.com/css?family=Poppins:500" rel="stylesheet">' );
- }
- } );
- } )( jQuery );
- </script>
Advertisement
Add Comment
Please, Sign In to add comment