EduardET

move rev box

Jan 8th, 2018
140
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 thumbnail = $('.post-thumbnail.header'),
  6.                 review = $('.post-wrap.post-wrap-review');
  7.             review.detach();
  8.             thumbnail.append(review);
  9.         }
  10.     });
  11. })(jQuery);
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment