Support

Account

Home Forums Front-end Issues custom field applied to "page" not seen in archive-page Reply To: custom field applied to "page" not seen in archive-page

  • Ok I found a workaround, it’s well an archive-page that’s called so I added a condition where I call my custom field,

    if(is_archive(MY-ARCHIVE-ID)){
        $mygallery=get_field('MY_GALLERY_FIELD',MY-PAGE-ID);
        ...
    };