where clause in fetch params
-
Hi,
I have a custom field (committee_program) in a pod group (committee).
committee_program is a simple custom defined relationship field with 2 values (1 being what you see in the where clause).
My params were working until I added my where clause>
$params = array( 'limit' => -1, 'orderby' => 'post_title ASC', 'where' => "committee_program = 'COPPUL Digital Stewardship Network'" );
Thanks for your help in advance!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘where clause in fetch params’ is closed to new replies.