customfield_display in custom template
-
I am trying to use a custom template that would show some of the custom fields. The fields show up when I am using the default template, but they come up blank using my custom template. Is anything else needed in the template then this line
$lcp_display_output .= $this->get_custom_fields($this->params[‘customfield_display’], $single->ID);
?
FYI: I am calling it with this shortcode:
[catlist name=testimonials excerpt=yes orderby=ID order=desc posts_morelink=”Read more” template=”testimonialtemplate” customfield_display=”testimonialauthor” customfield_display_name=”no”]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘customfield_display in custom template’ is closed to new replies.