I try to display a featured image below the blog-post title.
actually my posts look like:
WP-header
post-title
date | author | comments
post content
tag | category
My goal is to get a full-sized-image (featured image) between post-title
& date | author | comments
Actually I am using a Corpo Theme.
Any ideas?
Best Regards
You can fetch featured image using following code and paste it after
post-title
which should be<?php the_title() ?>
Since i haven’t seen your full code so i can help you up-to this.
See Codex Tutorial