3, 'where' => "source.meta_value = 'google'" // Relationship (Custom Simple) ); $pods = pods( 'testimony', $params ); if ( !empty( $pods ) ) { while ($pods->fetch()){ echo '

' . $pods->display('post_title') . '

'; echo '

' . $pods->display('testimony_date') . '

'; echo '

' . $pods->display('source') . '

'; echo '
'; } } ?>