Support

Account

Home Forums General Issues Please help fix my loop? No fields display Reply To: Please help fix my loop? No fields display

  • Whilst certainly no expert, I couldn’t get the_field to work in a WP-Query, so I used this instead:

    
    $name = get_post_meta(get_the_ID() , 'your_name', true); //custom field

    then just echo $name