Support

Account

Home Forums Front-end Issues Something wrong… Reply To: Something wrong…

  • Hi @nicoloaversa

    To reply to your first question. There is an issue with your code.
    Please change:
    $items .= “the_field(‘artist)”;

    to

    $items .= get_field('artist');