Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- (function($) {
- $(document).ready(function() {
- if ($('body').hasClass('single-post')) {
- var thumbnail = $('.post-thumbnail.header'),
- review = $('.post-wrap.post-wrap-review');
- review.detach();
- thumbnail.append(review);
- }
- });
- })(jQuery);
- </script>
Advertisement
Add Comment
Please, Sign In to add comment