In order to document the problems associated with multiple posts with the same post_name field (aka slug ) I need to add support to bw_get_posts() for an attribute called post_name or post_name__in. When set, the query will pass the post_name__in attribute ( as a array of post names) to WP_Query::query().
In order to document the problems associated with multiple posts with the same
post_namefield (akaslug) I need to add support tobw_get_posts()for an attribute calledpost_nameorpost_name__in. When set, the query will pass thepost_name__inattribute ( as a array of post names) toWP_Query::query().