Get posts having meta value between two numbers
Your question isn’t clear, but I’m making the following assumptions: The user is submitting $_POST[‘search_option_money’]; You want to return all mycredit posts where $_POST[‘search_option_money’]; is between the offer_money_start and offer_money_end custom fields. The problem is that you’re misusing the key and value arguments of the meta query. The key is the name of the custom … Read more