Query Tables with
-
Hi Tobias,
I need to query all TablePress tables and tried this code:
$args=array(
‘post_type’ => ‘tablepress’,
‘posts_per_page’ => -1,
);$table_query=new WP_Query($args);
However it does not return any tables. Can you please give me a hint?
Thank you,
Bogdan
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Query Tables with’ is closed to new replies.