Support

Account

Home Forums Front-end Issues get_fields on a custom post type archive page Reply To: get_fields on a custom post type archive page

  • Hey man,

    Inside the loop you don’t need to pass the post id argument. Try if just $xxx = get_fields();

    And remeber, ” get_fields() ” will only return fields that have value on the post