Disregard my last. Like I said I lack PHP skills but will remember this for next time. I got my answer to the last from http://support.advancedcustomfields.com/forums/topic/taxonomy-term-values-from-user-profile/. I will mark as solved if I work out the explanation you gave for #1. Thanks!
Thanks Elliot for your response,
I gave it another go but I am just not getting it, I have only basic PHP skills and can’t seem to wrap my head around such a simple problem.
I now get the following error:
Catchable fatal error: Object of class stdClass could not be converted to string in DIRECTORY/FILE
A dump gives me this:
object(stdClass)#436 (10) { ["term_id"]=> int(9) ["name"]=> string(8) "Test Term" ["slug"]=> string(8) "test_term" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(9) ["taxonomy"]=> string(18) "test_taxonomy" ["description"]=> string(0) "" ["parent"]=> int(0) ["count"]=> int(0) ["filter"]=> string(3) "raw" }
Note I am using “Test Taxonomy” and “Test Term” while I practice.
Are you aware of any simple guide/tutorial on the net that might assist me with some simple setup steps? I don’t want to waste anybodies time on here if I can help it.
I appreciate your assistance so far.
Edit: WP 3.8 & ACF 4.3.4