Support

Account

Home Forums Add-ons Gallery Field Include Gallery Field in Custom Post Type Reply To: Include Gallery Field in Custom Post Type

  • Hi @theatereleven

    First, check that the field name is correct. Even check your DB wp_postmeta table too.

    Next, check that ACF know which $post to load from. Edit your code and dump out get_the_ID()

    Is this the correct post_id to load from? Perhaps you have some code which has overridden the global $post object?