Support

Account

Home Forums General Issues Values not displaying Reply To: Values not displaying

  • Ahaa, Sorry about that.

    Hmm… The code is definitely correct.

    Is it possible that you are not with in the loop?

    You can double check by trying to retrieve it from the page using the ID.

    Find the post id, and then alter this line to (if the post id is 22):

    
    $values = get_field('widget_1_titel',22);