Multiple countup numbers are stacked on top of each other; I would like them to spread in one row and also have headers. I was not able to add the shortcode to an ACF table nor was I able to input the shortcode and table code in the page’s source code. Any advice? Tx.
Inserting a shortcode in a PHP template is actually easy:
echo do_shortcode("[...]");
Please have a look at the following discussion if you want to use shortcodes in a Advanced Custom field table: https://wordpress.org/support/topic/shortcodes-in-table-apply_filtersthe_content
The provided solution is working for me.