EduardET

Untitled

Feb 14th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. ( function( $ ) {
  3.     $( document ).ready( function() {
  4.         $( "#comment-wrap" ).insertAfter( $( ".single-post article.et_pb_post" ) );
  5.         $( "#respond.comment-respond" ).insertAfter( $( "#comment-wrap" ) );
  6.         if ( !$( 'body' ).hasClass( 'archive' ) ) {
  7.             $( "article.et_pb_post" ).each( function() {
  8.                 $( ">a:first-child, .et_pb_image_container", this ).insertAfter( $( ".post-meta", this ) );
  9.             } );
  10.  
  11.             $( ".entry-title, .post-meta" ).insertBefore( $( ".single-post article.et_pb_post" ) );
  12.  
  13.         }
  14.         if ( $( 'body' ).hasClass( 'archive' ) ) {
  15.             $( 'head' ).append( '<link href="https://fonts.googleapis.com/css?family=Poppins:500" rel="stylesheet">' );
  16.         }
  17.     } );
  18. } )( jQuery );
  19. </script>
Advertisement
Add Comment
Please, Sign In to add comment