Hello,
I am trying to get the following to work: [parent-vocab]/[parent-title]/[title-raw]
The /[parent-title]/[title-raw] part works fine but no parent-vocab is returned, the same goes for parent-term. I.e. the path is rendered as a literal string - http://www.mydomain.com/[parent-vocab]/widget-fun-parent-title/widget-fu...
TIA,
Justin.
Comments
Comment #1
liquidcms commented[parent-title] doesnt work at all the first tim ei save a child node - i get
however, if i edit and submit again; this tmie it knows the title and works fine.
Comment #2
liquidcms commentedoops.. my issues are with auto_nodetitle not pathauto - although i suspect similar problems
Comment #3
John Bryan commentedTry using the "[parent-title-raw]" variant as "[parent-title]" is the processed node title and processing only happens during submission i.e. after token module does it's replacement work.