Displaying custom field according to date
I’m not sure why you are comparing anything when you would normally just query a meta_key for a certain day, maybe I mis-understood the question. The structure would be something like: meta_key => day // or $variable meta_value => Monday //for example Then you just query posts for a particular day which has a meta … Read more