Is there a way to make featured image (or post image)

  • Posted in : Bloggy WP
  • rtparker
    Participant

    Appear above the post title? I want to have an image then post title then blog text.

    ahmetsali
    Keymaster

    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;  }
    
    rtparker
    Participant

    Unfortunately, that didn’t do anything…

    http://cl.ly/image/2G0X113f2E2B

    rtparker
    Participant

    You can see it yourself at Rekko.com/capture

    ahmetsali
    Keymaster

    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
Login and Registration Log in · Register