Home › Forums › General Issues › Links do not appear as links › Reply To: Links do not appear as links
something weird is going on here:
//$teaser_content = get_post_meta( $id, 'fld_teaser_content', true );
$teaser_content = get_field( 'fld_teaser_content', $id, true );
the first disabled line of code actually returns the content of the field – however links are not showing as links
the second line of code doesn’t return the field content
Hope you got an idea?
What am I missing
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.