• Hi,

    I would like to exclude images from my field [field listing_introduction_content] the field is a regular editor within the ‘listing’ custom post. For the fields that only have text, they look great. For those with images, it messes up the formatting. I’d rather just pass the text only from this field.

    [loop type="listing" status=any strip_tags=true orderby=title columns=2 pad='10px 30px']
    
    [field image size=large url=title-link]
    [field title-link]
    
    [field listing_introduction_content ]
    
    [/loop]

    Thank you!

  • The topic ‘How to exclude image from ACF Field?’ is closed to new replies.