• Is there a custom fields plugin that doesn’t require me to add coding to my index page in order to insert a custom field into my posts? I have been trying for hours this morning to figure out how to add a few simple custom fields and am totally clueless. I have absolutely no experience with coding. Thanks.

Viewing 1 replies (of 1 total)
  • This bit of code should do what you need:

    <?php echo get_post_meta($post->ID, 'field-name', true); ?>

    Just replace field-name with the name of the custom field you want to access.

Viewing 1 replies (of 1 total)

The topic ‘Custom Fields Plugin?’ is closed to new replies.