You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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().
The text was updated successfully, but these errors were encountered:
In order to document the problems associated with multiple posts with the same
post_name
field (akaslug
) I need to add support tobw_get_posts()
for an attribute calledpost_name
orpost_name__in
. When set, the query will pass thepost_name__in
attribute ( as a array of post names) toWP_Query::query()
.The text was updated successfully, but these errors were encountered: