Soooo… I know this was my bad. I use custom post types and custom fields extensively.
My post types include articles, books, documents, and programs, all of which have an “author” field that is not the WP author.
I’m sure you can see where this is going
Anyway, with CCS, I discovered my problem and worked around it with things like this:
[set progauth][field author custom=true][/set]
(I also have a date field on many of my CPTs and used a similar construction.)
I see custom_field as an option in some areas but not in the <Field />
nor in <Set>
.
Any suggestions for workarounds that don’t include renaming my fields?
Thanks!
David