Support

Account

Home Forums General Issues Display a field into a wp_query Reply To: Display a field into a wp_query

  • Ok, I found my mistake. If it could be useful to someone, don not forget to add , get_the_ID() to make it work.

    like so in my exemple
    <h5><?php the_field('realisation_sub'); ?>h</h5>

    🙂