Data from database in TablePress
-
Hi
Is there any way to get data dynamically into a table? Like if I wanted to show all posts with a certain category in a table without having to manually add rows to a table?
Tried something like
$the_query = new WP_Query( array('post_type' => 'post', 'post_status' => 'publish') ); tablepress_print_table( $the_query );
But no luck ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Data from database in TablePress’ is closed to new replies.