Title: Display ACF fields
Last modified: August 30, 2016

---

# Display ACF fields

 *  Resolved [Dani](https://wordpress.org/support/users/danicasati/)
 * (@danicasati)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/display-acf-fields/)
 * Hi.
    Is there a way to include in a shortcode any ACF fields, in order to display
   in rendered lists?
 * Any example?
 * [https://wordpress.org/plugins/list-category-posts/](https://wordpress.org/plugins/list-category-posts/)

Viewing 1 replies (of 1 total)

 *  [hugo-p](https://wordpress.org/support/users/hugo-p-1/)
 * (@hugo-p-1)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/display-acf-fields/#post-6640918)
 * Hi,
 * Yes there is a way : it says in the documentation :
 * Display custom field(s). You can specify many fields to show, separating them
   with a coma. If you want to display just the value and not the name of the custom
   field, use customfield_display_name and set it to no. By default, the custom 
   fields will show inside a div with a specific class: <div class=”lcp-customfield”
   >. You can customize this using the customfield_tag and customfield_class parameters
   to set a different tag (instead of the div) and a specific class (instead of 
   lcp-customfield).
 * My example :
    [catlist name=”blog” customfield_display=”txt_intro” customfield_display_name
   =”no”]

Viewing 1 replies (of 1 total)

The topic ‘Display ACF fields’ is closed to new replies.

 * ![](https://ps.w.org/list-category-posts/assets/icon-256x256.png?rev=2517221)
 * [List category posts](https://wordpress.org/plugins/list-category-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/list-category-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/list-category-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/list-category-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/list-category-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/list-category-posts/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [hugo-p](https://wordpress.org/support/users/hugo-p-1/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/display-acf-fields/#post-6640918)
 * Status: resolved