hi, it bothers me a bit, that pictures inside my post are only shown occationaly. in my actual blog structure, i can only see the main-pictures, because of the exclusive use of the category-view. if i access a post in full-post view, it doesn’t even show this. what i would prefere is the view of all post-intern-pictures in the comment/singel-view. is this possible to do?
@neoleptic If you set a featured image for the post, it will appear as the highlighted image in the category view if you are seeing the category in excerpt view type (not full content view). But if you are including images within the post these image will appear in the single post view not in the category view if you are seeing the category in excerpt view.
@neoleptic the_content will show all the content along with all the included images and videos. For the single post view we have used the_content and for the archive/category/blog page we have used the the_excerpt code. If you also want to show the featured image please visit this page http://codex.wordpress.org/Function_Reference/the_post_thumbnail.