Maybe this is a parse order issue? Let me try to explain?
my {exp:channel:entries} loop’s parms are populated (?) using {preload_replace}. I don’t think that should matter but I wanted to mention it in case it does. [Same layout(s) but different channels makes preload_replace a gem, yes?]
Within that for a single entry layout (e.g. blog entry) I want to list that entry’s {categories}. However, when I use {path} within the categories loop it includes the C#. I don’t want the cat # to be inclused. I want path/blog/{category_url_title}.
I tried path=‘site_index’ but it still includes the cat# in the URL path generates.
How can I get rid of the c3 in path? Or what’s another reasonable workaround?
Thanks in advance for your help.
Mark