the_field not showing on page
-
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>Page Editor
https://ibb.co/0tsGGhQThe page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.