Tagged Questions
0
votes
2answers
57 views
list or get meta_key where meta_value is 'something'
I'm trying to get with
get_user_meta
the meta_key where the meta_value is 'ive-read-this'
But I do not get the value. What should I do?
0
votes
1answer
83 views
Combining two meta_values within one row with query
I've added two new meta_keys to the wp_usermeta table:
bid_user_lat and bid_user_lng
And I need to be able to get both of these values within a single row, along with the user_id.
ROW - (user_id) ...
0
votes
1answer
220 views
query usermeta from custom field
I am using a plugin to create custom fields in the user registration.
I have created a check box field called g300 which is the name of the meta_key stored in wp_usermeta.
It looks like the value ...
1
vote
2answers
1k views
mysql query two database tables, users and usermeta and sort by custom meta int value
I am trying to get an array of site users sorted by a custom meta value (an int).
I can query the users just fine and get them back to use in a foreach. I currently have the query results come back ...