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!!
Hey a bit late but you can add the pods statements by putting
pod_infront of it. So in your case itspods_where:Full example:
[table id=25 pod_name="books" pod_where="category.slug = 'drama'" /]