I was wondering if someone can help me. I have profile pages of actors and I want to display woocommerce Products they're featured in from their attached "Actors" taxonomy. I currently use PODS and the following shortcode [products limit="8" columns="4" attribute="pa_actors" visibility="visible" paginate="true" terms="{@post_title}"] To display it using their post title which is the same as the taxonomy value. But this leaves me unable to customize the display. I'm wondering if someone can help me display it better? I've tried looking at various PHP code I've seen on here but I'm at a complete loss as to the terms I need or even how I display it after I inserted the code.