Display PODS Taxonomy in TablePress

124 Views Asked by At

I am using this TablePress extension right now: https://code.studioinfinity.org/glen/tablepress-pods . My question is, what parameters can I add to the shortcode, so it lists based on the PODS taxonomy? For example, the category for my custom post type, I only want to list entries for that particular category.

Thanks in Advance!!

1

There are 1 best solutions below

2
Sebastian Kleisinger On

Hey a bit late but you can add the pods statements by putting pod_ infront of it. So in your case its

pods_where:

Full example:

[table id=25 pod_name="books" pod_where="category.slug = 'drama'" /]