Title: [Plugin: WP Easy Post Types] Embed into custom template
Last modified: August 19, 2016

---

# [Plugin: WP Easy Post Types] Embed into custom template

 *  [drumkeyjw](https://wordpress.org/support/users/drumkeyjw/)
 * (@drumkeyjw)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-easy-post-types-embed-into-custom-template/)
 * I’m having the toughest time embedding the Easy Post Type I’ve created. I’ve 
   followed the YouTube videos on the website and still cannot get it to work.
 * I have a textarea with a system key called “my_sidebar”. Here is the code I’m
   using in my template to try and bring in the code:
 *     ```
       <?php $mcf = get_ept_field('my_custom_field');
       echo $mcf; ?>
       ```
   
 * Any help would be greatly appreciated.
 * Thank you!
 * -John

Viewing 1 replies (of 1 total)

 *  [stueynet](https://wordpress.org/support/users/stueynet/)
 * (@stueynet)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-easy-post-types-embed-into-custom-template/#post-1827338)
 * I assume you changed your code to reflect your actual code as follows:
 * <?php $mcf = get_ept_field(‘my_sidebar’);
    echo $mcf; ?>

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP Easy Post Types] Embed into custom template’ is closed to
new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-post-types.svg)
 * [WP Easy Post Types](https://wordpress.org/plugins/easy-post-types/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-post-types/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-post-types/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-post-types/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-post-types/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-post-types/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [stueynet](https://wordpress.org/support/users/stueynet/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-easy-post-types-embed-into-custom-template/#post-1827338)
 * Status: not resolved