-
·
Template Tag Functions
To show a table in places not covered by blocks or Shortcodes, e.g. in your page footer or in the sidebar, you can use the Template Tag Function tablepress_print_table( $query );. It can be added to any part of your theme (between PHP brackets: <?php and ?>). The parameter $query can be a string in…
-
·
The Shortcode [table-info id=N /]
The Shortcode can be used to display table meta data in a post, page, or text widget. While editing the content into which the Shortcode is embedded, it serves as a placeholder for that meta information. The Shortcode supports three parameters: Examples for using this Shortcode will produce something similar to There’s a also a…
-
·
The Shortcode [table id=N /]
The Shortcode can be used to display a table in a post, on a page, or in a text widget, in cases where using the “TablePress table” block is not possible or desired. While editing the content into which a table shall be embedded, the Shortcode serves as a placeholder for that table. See the…