Counting instances of words in the results of a post query
What I understand from your question is that you want to: Count how many times the words inside a certain user meta field are repeated accross all the meta results for a query. One way to achieve this is to put all your meta values together into one string and then count the repeated words … Read more