On this page I will be listing short tips that are useful but don’t warrant their own full page.
Featured images can drive you nuts!
On some themes, if you display featured images in your archive pages, Genesis will also display the featured image at the top of the post the image is attached to.
BUT! You can only choose one size.
So if you set your archive pages (blog) to have a 300 x 300 pixel featured image, aligned left. Your individual blog posts will also display the featured image 300 x 300 pixels aligned left at the top of the blog post.
Usually this means you will use large featured images on your archive pages because you want the featured images to look good on your individual blog posts.
A work around using CSS…
.single .content .entry-image { display:none; }
Tell WordPress not to display featured images on blog posts. Your chosen theme may need slightly different code. But the principle will be the same.