You can use a variety of different comparison operators in meta queries, among which are 'LIKE', 'NOT LIKE', 'IN', and 'NOT IN'. What is the difference in use between...
I have a custom field named ‘rating’ that holds decimals from 1.0 to 10. I am trying use wp_query to get me all the posts with a rating of...
hi does any one know how can i add other meta box and save the data in a different custom fields, using the code below. <?php function add_meta_boxes() {...
I have 3 custom fields that i would like to have automatically converted to tags anytime the post has them. Custom field names: tag_name1, tag_name2, tag_name3 Is there a...
I have a simple custom post type setup with a few custom fields. All seems to be working ok until on the odd occasion I get the dialog box...
I’m using a custom field to display images in a slider on each post, but when I update the post after having entered the HTML code in the custom...
So, like the title says, I’d like a single function to get an aggregate list of all custom fields, site-wide (all posts, pages, CPT’s). Normally, I do this with...
Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or...
2 days ago I asked this then I tried to work on my code to be able to understand how ajax and php work and now I have a...
I want to save multiple custom fields for a custom post in one go. Something like get_post_custom() except for that I need to set it this time. 1 Answer...