Support

Account

Home Forums Front-end Issues Field not displaying on front end

Solved

Field not displaying on front end

  • I have a template that lists quite a few custom fields, and all are working perfectly except for one. It looks to be set up exactly the same as the others, but it just isn’t displaying. What am I missing here?

    This is a select field, with the values No and Yes. I have other select fields being displayed successfully, but this is the only one not working.

    if(get_field('waterfront'))
    {
    echo get_field('waterfront').'
    ';
  • What type of field is it? What is its value?

  • It’s a select field.

    I’m an idiot. I mistyped the field name. 🙁

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Field not displaying on front end’ is closed to new replies.