Forum
Extracting value from a single field
I am making a link builder with perch, and I need to extract the value from a single key in perch. I have a iTunes url field in the cms, and i need to extract the single entered url and store it as a variable.
Thanks in advance.
Have you looked at the
skip-template
option inperch_content_custom()
?Yes, thanks! Managed to get it working :)