Support

Account

Home Forums Add-ons Flexible Content Field Count rows of flexible field? Reply To: Count rows of flexible field?

  • This worked for me. This is used to calculate total number of rows in flexible content field.
    <?php echo count( get_row( ‘row_name’ ) ); ?>