Closed GoogleCodeExporter closed 8 years ago
E.g. $Q = new GetPostsQuery(); $args = array(); $args['post_type'] = 'people'; $args['homepage']['like'] = array('google','yahoo'); $results = $Q->get_posts($args);
Original issue reported on code.google.com by ever...@fireproofsocks.com on 8 Jul 2013 at 10:32
ever...@fireproofsocks.com
Ah, found the culprit: Sprintf error due to the '%' in the like statements. Committed revision 747584.
Original comment by ever...@fireproofsocks.com on 29 Jul 2013 at 2:04
Original issue reported on code.google.com by
ever...@fireproofsocks.com
on 8 Jul 2013 at 10:32