Support

Account

Home Forums General Issues Count total amount of flexible content used? Reply To: Count total amount of flexible content used?

  • When you are not on the page for the “Post” you need to include the post ID when calling ACF function, examples:

    
    have_rows('field name', $post_id);
    get_field('field name', $post_id);