$params = array ( 'where' => array ( 'relation' => 'OR', array ( 'field' => 'post_tag.name', 'value' => array ( 0 => 'foods', ), 'compare' => 'IN', ), array ( 'field' => 'post_tag.name', 'value' => array ( 0 => 'NULL', ), 'compare' => 'NOT IN', ), ), ); $pods = pods( 'industry', $params );
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter