threestyler on "Confused about setting up custom fields in the templates"
June 10, 2010 by David Olsen
You can create custom fields on the fly from write panel, you can then put the following in your loop to display that information:
<?php echo get_post_meta($post->ID, '<strong><em>key</em></strong><', true); ?>
key = name of custom field in write panel (case sensitive)






Comments
Facebook comments:
Feel free to leave a comment...
and oh, if you want a pic to show with your comment, go get a gravatar!