Support

Account

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