Quote:
Originally Posted by Jel
pretend I don't know how to use featured images, or how to include that on the home page but not single pages, nor understand the gobbledygook on http://codex.wordpress.org/Post_Thumbnails - what's the easiest step-by-step someone can give? I want to upload the pics via ftp and not have to use wp upload thingy.
Thanks 
|
you can upload via ftp and create a custom field? Im lost as to what you need but a statement like this <img src="/your-directory/<?php echo get_post_meta($post->ID,img name here, true); ?">
Then in every post you create the custom field and enter the image name.