Cities or States with spaces not showing in meta_compare
Hi. I use the following short code to display ads from two different cities on a custom page. [cp_shc meta_key="cp_city" meta_value="oakland, houston" meta_compare="IN"]
It works fine until i insert a city or cities with a space between the names example; [cp_shc meta_key="cp_city" meta_value="oakland, san francisco" meta_compare="IN"]
In this case only the posts from Oakland show up. If I do two cities like San Jose and San Francisco, ad from neither of them show up.
When i used the following code for my San Francisco only page it works fine... [cp_shc meta_key="cp_city" meta_value="san francisco"]
Is there someway I'm suppose to be entering cities comprised on two words when using meta_compare ?
Thank you!