Title: problem with custom post type
Last modified: August 24, 2016

---

# problem with custom post type

 *  Resolved [Nisr](https://wordpress.org/support/users/nisr/)
 * (@nisr)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/problem-with-custom-post-type-5/)
 * hello,
    i have a custom post type “publications”, in which i add a group of custom
   fields such as “editor”, “year”, “issue” .. when i tried to pull the values of
   these custom fields using the `<?php $fields = CFS()->get(); ?>` nothing happened!!
   please, what i have to do to show the values of these fields in the custom post
   template? and if you can please give me a detailed instructions because I’m not
   a php expert. thanks a lot
 * [https://wordpress.org/plugins/custom-field-suite/](https://wordpress.org/plugins/custom-field-suite/)

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

 *  Thread Starter [Nisr](https://wordpress.org/support/users/nisr/)
 * (@nisr)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/problem-with-custom-post-type-5/#post-6064920)
 * hi again
    after trying i found that
 * `<?php echo CFS()->get('first_name'); ?>`
 * works fine with all the fields except the **hyperlinks**!!
    any suggestion please?
 *  Plugin Author [Matt Gibbs](https://wordpress.org/support/users/mgibbs189/)
 * (@mgibbs189)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/problem-with-custom-post-type-5/#post-6065071)
 * The return values will depend on the field type.
 * Some field types will return strings; others will return arrays. If you want 
   your hyperlink field to output HTML, then change its Output Format option to `
   HTML`.

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

The topic ‘problem with custom post type’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-field-suite.svg)
 * [Custom Field Suite](https://wordpress.org/plugins/custom-field-suite/)
 * [Support Threads](https://wordpress.org/support/plugin/custom-field-suite/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-field-suite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-field-suite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-field-suite/reviews/)

## Tags

 * [CFS](https://wordpress.org/support/topic-tag/cfs/)
 * [custom](https://wordpress.org/support/topic-tag/custom/)
 * [field](https://wordpress.org/support/topic-tag/field/)
 * [post](https://wordpress.org/support/topic-tag/post/)

 * 2 replies
 * 2 participants
 * Last reply from: [Matt Gibbs](https://wordpress.org/support/users/mgibbs189/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/problem-with-custom-post-type-5/#post-6065071)
 * Status: resolved