Support

Account

Home Forums General Issues ACF and Tablepress Reply To: ACF and Tablepress

  • With some help, I managed to get this working. I will leave here as it might help someone! Thanks : )

    <?php
    $post_obj = get_field( 'top_table_number' );
    // get the table id and put in a variable
    
    tablepress_print_table( "id=$post_obj" );
    ?>