Love using this plugin?
Why don’t you compare the plugin side by side
with another plugin
This is an extension for the popular Advanced Custom Fields plugin and TablePress plugin. By itself, this plugin does NOTHING. This add-on for Advanced Custom Fields creates a custom field type to select a TablePress table, providing a dropdown menu that lets you select from a list of available tables. The field can return the table ID for the table selected, or the full HTML of the table. This plugin requires: Advanced Custom Fields version 4+ or 5+ TablePress version 1.5+ Just to be sure there’s no confusion… This plugin does nothing unless ACF (Or ACF Pro) and TablePress are both active on your site Follow this plugin on GitHub Using the Field This field can return the table ID for the table selected, or the full HTML of the table (the same output as the rendered shortcode). When returning the table ID, either of the following code snippets will output your table (replacing ‘your_table_here’ with the field name you defined in your ACF Field Group settings). <?php $tablepress_id = get_field( 'your_field_here' ); echo do_shortcode( '[table id="'.$tablepress_id.'"]' ); ?> or, to avoid using do_shortcode(), use <?php $tablepress_id = get_field( 'your_field_here' ); $args = array( 'id' => $tablepress_id, ); if ( function_exists( 'tablepress_print_table' ) ) { tablepress_print_table( $args ); } ?> To simply display the chosen table on your page, choose...
Are you an author of this plugin? Want to write a more detailed review?
Sorry, pal! The plugin couldn’t pass all our tests. No hard feelings, right?
Total Downloads
Active Installation
On WordPress
Growth Rate
Support Thread
Ratings on WordPress
Downloads This Week
Ago Last Updated
Read more how WP Hive determines this data.
Powered by WP Hive
Powered by WP Hive
Subscribe to get more quality reviews and articles.
Stina Gunnarsdottir
Overall
Easy of Use
Features
Quality of Support
Value for Money
Pros & Cons: This is a review from the Editorial staff of WP Hive for test purposes. We are sure the plugin made it with good heart for WordPress users and we want to encourage his/her efforts by the first review.
Overall:The plugin should be working great. Even if it does not, we respect the time and effort. If you are using this plugin - leave a review with more information.