Advertisement
raselahmed7

Enable Featured media in ghost theme

Dec 5th, 2013
480
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.22 KB | None | 0 0
  1. <script type="text/javascript">
  2.     $(document).ready(function() {
  3.         $(".post").each(function() {
  4.             var thiseliment = $(this);
  5.             $(this).find('.featured').appendTo($(this).find('.my_featured_media'));
  6.         });
  7.     });    
  8. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement