I will get the hang of this eventually.
I am trying to get a value(s) from a page field that could have multiple values as it used for a multi select field.
foreach($page->pattern_type->title AS $pt){
echo $pt;
}
This is giving me nothing and no error either. Just the $page->pattern_type->title give me nothing either.
Any help appreciated.