Closed GoogleCodeExporter closed 9 years ago
It's just a matter of iterating over the array and looking up user data.
For basic "implode" operations, use the "to_formatted_list" filter:
http://code.google.com/p/wordpress-custom-content-type-manager/wiki/formatted_li
st_OutputFilter
Also see
http://code.google.com/p/wordpress-custom-content-type-manager/wiki/to_array_Out
putFilter -- You see why I avoid WP_Query and instead wrote the GetPostsQuery
class: you can pass it an array of values directly (as one example).
Since this is more of a "how do I" question and not a bug, it's more
appropriate for the forums.
Original comment by ever...@fireproofsocks.com
on 25 Nov 2012 at 1:43
Original issue reported on code.google.com by
kb6...@gmail.com
on 24 Nov 2012 at 6:51