• I’ve entered a few fields for an FAQ, and it used to work just fine and I haven’t changed anything for months but suddenly it’s not showing any of the questions or answers.

    HTML

    <article class="pt-5 mb-5">
    <div class="row">
    <span class="col-12 col-md-6 gx-5"><strong><?php the_field( 'question_1' ); ?></strong><?php the_field( 'answer_1' ); ?></span>
    <span class="col-12 col-md-6 gx-5"><strong><?php the_field( 'question_2' ); ?></strong><?php the_field( 'answer_2' ); ?></span>
    <span class="col-12 col-md-6 gx-5"><strong><?php the_field( 'question_3' ); ?></strong><?php the_field( 'answer_3' ); ?></span>
    <span class="col-12 col-md-6 gx-5"><strong><?php the_field( 'question_4' ); ?></strong><?php the_field( 'answer_4' ); ?></span>
    <span class="col-12 col-md-6 gx-5"><strong><?php the_field( 'question_5' ); ?></strong><?php the_field( 'answer_5' ); ?></span>
    <span class="col-12 col-md-6 gx-5"><strong><?php the_field( 'question_6' ); ?></strong><?php the_field( 'answer_6' ); ?></span>
    <span class="col-12 col-md-6 gx-5"><strong><?php the_field( 'question_7' ); ?></strong><?php the_field( 'answer_7' ); ?></span>
    </div>
    </article>

    ACF
    https://ibb.co/1dJdccB

    Page Editor
    https://ibb.co/0tsGGhQ

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Naota

    (@jozuakunn)

    Hi,
    ACF noticed this, you can try
    echo get_the_field(‘answer_1’);

    don’t use the_field any more.

    Thread Starter Dan

    (@dtrim)

    That came back with a critical error.

    Thread Starter Dan

    (@dtrim)

    Does no one answer support threads now that ACF has been taken over?

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.