Title: Display custom fields in Posts
Last modified: August 31, 2016

---

# Display custom fields in Posts

 *  [wordpressplugins1](https://wordpress.org/support/users/wordpressplugins1/)
 * (@wordpressplugins1)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/display-custom-fields-in-posts/)
 * Hi
 * How can we display custom fields in Post or pages?
 * Thanks
 * [https://wordpress.org/plugins/types/](https://wordpress.org/plugins/types/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [ZaddKeefer](https://wordpress.org/support/users/zaddkeefer/)
 * (@zaddkeefer)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/display-custom-fields-in-posts/#post-7042743)
 * Use this line `<?php echo(types_render_field( "your-custom-field-slug", array('
   raw' => true) )); ?>`
 * replace **your-custom-field-slug** with your custom field slug
 * hope it helps!
 *  Anonymous User 14808221
 * (@anonymized-14808221)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/display-custom-fields-in-posts/#post-7042859)
 * Thank you [@zaddkeefer](https://wordpress.org/support/users/zaddkeefer/) for 
   jumping in here, this information is correct.
 * @wordpressplugins1 you can find the DOC here.
    [https://wp-types.com/documentation/user-guides/displaying-wordpress-custom-fields/#1](https://wp-types.com/documentation/user-guides/displaying-wordpress-custom-fields/#1)
 * You can also do this without PHP, using Views:
    [https://wp-types.com/documentation/user-guides/displaying-wordpress-custom-fields/#2](https://wp-types.com/documentation/user-guides/displaying-wordpress-custom-fields/#2)
 * Thank you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Display custom fields in Posts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/types_ced1d3.svg)
 * [Toolset Types - Custom Post Types, Custom Fields and Taxonomies](https://wordpress.org/plugins/types/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/types/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/types/)
 * [Active Topics](https://wordpress.org/support/plugin/types/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/types/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/types/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: Anonymous User 14808221
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/display-custom-fields-in-posts/#post-7042859)
 * Status: not resolved