I’ve been using path variables for years with no problem, i.e. {path='template_group/template'}. I am working with a channel with a channel field group that has two textarea fields. In a single entry page, path variables typed into one field work fine. In another they behave like plain text and don’t show the proper path.
So for instance the url for {path='template_group/template'} would result in:
<a href="http://www.example.com/site/info/{path=template_group/template/single_entry_123}">http://www.example.com/site/info/{path='template_group/template/single_entry_123'}</a>as the exact URL in the HTML, rather than the EE tags getting parsed and resulting in:
<a href="http://www.example.com/template_group/template/single_entry_123">http://www.example.com/template_group/template/single_entry_123</a>I’m befuddled! What am I missing?
The only difference between the two textarea fields is the size of the text area and the fact that one is required, one isn’t, one is searchable, one isn’t, and the formatting buttons display or don’t. They are both formatted as XHTML.
EE 2.5.3
Any ideas? Grateful for insight…