I want to replace my posts boring text titles with image headers that I've made for each post. How can I do this?
Each theme is coded differently, some use h2 tags some use h3 etc find in archives.php and index.php <h3"><a href="<?php the_permalink() ?>"><?php the_title() ?></a></h3> Code (markup): replace with <img src="<?php echo get_post_meta($post->ID,’postheader’, true) ?>" /> Code (markup): now when you create a new post you need to create custom field named 'postheader' the value of this custom field should be a url to your header image. also if you want the image linked to the page use <h3"><a href="<?php the_permalink() ?>"><img src="<?php echo get_post_meta($post->ID,’postheader’, true) ?>" /></a></h3> Code (markup):
There's a WSO that does something like that here (template), but it keeps the title tags as it helps with SEO if you put your keywords in it. http://www.warriorforum.com/warrior...essful-blueprint-build-5-figure-business.html