add_action( 'elementor/query/show_cast', function( $query ) { $show_id = get_the_ID(); $pod = pods( 'post', $show_id ); $cast_roles = $pod->field( 'cast_roles' ); if ( ! empty( $cast_roles ) ) { $role_ids = wp_list_pluck( $cast_roles, 'ID' ); $query->set( 'post__in', $role_ids ); $query->set( 'post_type', 'cast_roles' ); $query->set( 'orderby', 'post__in' ); } else { $query->set( 'post__in', [0] ); } });

Show post template

Enter date here

A bold caption about show

This is a show post template

image

Season 12 Line Up

Scroll to Top