Tagged Questions
1
vote
1answer
74 views
how to fetch the meta field keys/meta boxes from a post type?
I need to find all the meta keys or meta boxes preferably from just a post type ...couldn't find any wordpress function to do this. Any custom queries?
0
votes
3answers
557 views
Move value from one meta key to another
Migrating question:
How would I structure a MySQL query to move the value from one meta_key to another meta_key?
eg: I have an old meta_key of "guest_sort" associated with "posts" to ...