EduardET

Untitled

Jun 15th, 2018
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. (function($) {
  3.     $(document).ready(function() {
  4.         if ($('body').hasClass('single-post')) {
  5.             var post_meta = $('.et_post_meta_wrapper .post-meta'),
  6.                 insert_after = $('.entry-content p:first-child');
  7.             post_meta.detach();
  8.             post_meta.insertAfter(insert_after);
  9.             console.log('test');
  10.         }
  11.     });
  12. })(jQuery);
  13. </script>
Advertisement
Add Comment
Please, Sign In to add comment