Is there a way to make featured image (or post image) Posted in : Bloggy WP rtparkerParticipant 19 November 2013 at 21:48 #10161 Appear above the post title? I want to have an image then post title then blog text. ahmetsaliKeymaster 20 November 2013 at 16:19 #10194 Hi, put the code below to the External JS box under Theme Options > Style Tab. <script> (function ($) { $(function() { $('.blog-posts .hentry').each(function(index, element) { $(this).find('.featured-image, .entry-content > .media-wrap, .entry-content > .flexslider').prependTo(this); }); }); })(jQuery); </script> and put this to Custom Css box; .hentry > .featured-image, .hentry > .media-wrap, .hentry > .flexslider { margin-top:0; margin-bottom: 16px; } rtparkerParticipant 20 November 2013 at 18:01 #10196 Unfortunately, that didn’t do anything… http://cl.ly/image/2G0X113f2E2B rtparkerParticipant 20 November 2013 at 18:01 #10197 You can see it yourself at Rekko.com/capture ahmetsaliKeymaster 21 November 2013 at 13:31 #10218 i just updated the code in my post above, try again. Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in and have valid license to reply to this topic. License required for the following item Bloggy WP - Responsive Minimalist WordPress Themeby pixelwars Login and Registration Log in · Register