Advanced Views
-
How can I create some more advanced views in bbpress– specifically:
1.) All topics on which a user has replied
2.) Topics based on a custom metavalue (ticket assignment user ID)For #2, I’ve tried adding this to the $args array:
'meta_value' => $current_user->ID
, but the query returns nothing.Thanks in advance!
- You must be logged in to reply to this topic.