Support

Account

Forum Replies Created

  • Hi, I’m having the same issue but with ‘option’. Inside functions.php I have

    if (have_rows('groups', 'option')) :
       $output .= "here";
       while (have_rows('groups', 'option')) : the_row();
           $output .= "in";
       endwhile;
    endif;

    But it nothing shows, not ever “here”. I’ve tried printing out have_rows('groups', 'option') and it shows 1.

    Is this an ACF limitation and I better find other ways to solve my problem?

  • @deminoodle I’m having the same issue and I’ve tried all the suggestions but I still get 1 as result. Have you found a solution for it?

  • Hi @James

    My ACF version is 5.4.5.

    I am using a custom clean theme, it doesn’t really have much into it.

    I have deactivated all plugins and I can see that the issue occurs when Toolset Types plugin is active.

    Do you have any idea on how to fix it?

    Thank you 🙂

  • Hi there,

    I have a similar problem. My Post Object field says “No matches found” under Filter by Post Type and Filter by Taxonomy but I do have multiple Post Types and Taxonomies.

    Any idea on how to fix that?

    Thanks,
    Jeff

Viewing 4 posts - 1 through 4 (of 4 total)