<?php the_post_thumbnail(); ?>
if ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails' );}
This must have been asked before, is there a way for wordpress to separate image and text in post using the_content()?
I have this design and wanted to have my wordpress post look like this http://i.imgur.com/BQ0bC.png
Thanks in advance guys! :)
Best,
Val
I mean ...
http://elliotjaystocks.com/blog/tutorial-multiple-singlephp-templates-in-wordpress/
in that blog is a comment from @JustinTadlock, that have a better..mm coolest solution....
and using will be a good start
http://codex.wordpress.org/Function_Reference/the_post_thumbnail
see'a
The jist of it:
Make sure something like this is in your functions.php file:
You can call the image in your template with this: