Hi everyone
does anyone know the PHP code that would do this
-----
If the value of any custom field from the entire site = the title of the current page then output the name of the custom field as well as the title of the page it is from
----
I am trying to build an IMDB basically for my production company
so I James have a page with the title "James Murphy"
On the film "Yakim" I was the producer.
I have made a page called "Yakim" and there is a custom field named Producer, and the value of that custom field is James Murphy
I want the "james Murphy" page to print out
Producer - Yakim
then i want it to search the rest of the site and output the same information from any page that it found my name
Thanks everyone