Ryan Berry

Results 2 comments of Ryan Berry

Sure thing! I've got a "User home page" where I would like to query a list of "Instructions" (custom post type) specific to each user. ``` PHP global $current_user; $current_user...

Brilliant, thanks for the head start! Yeah I'm only storing a single user, as with any field that allows you to select multiple values it seems to be a common...