Title: Custom Fields Plugin?
Last modified: August 18, 2016

---

# Custom Fields Plugin?

 *  [domesticdarling](https://wordpress.org/support/users/domesticdarling/)
 * (@domesticdarling)
 * [18 years, 8 months ago](https://wordpress.org/support/topic/custom-fields-plugin/)
 * 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)

 *  [twistedtech](https://wordpress.org/support/users/twistedtech/)
 * (@twistedtech)
 * [18 years, 8 months ago](https://wordpress.org/support/topic/custom-fields-plugin/#post-618602)
 * 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.

 * 1 reply
 * 2 participants
 * Last reply from: [twistedtech](https://wordpress.org/support/users/twistedtech/)
 * Last activity: [18 years, 8 months ago](https://wordpress.org/support/topic/custom-fields-plugin/#post-618602)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
