Hey there EE experts,
I know this probably isn’t the best common practice but… Is it possible to generate a category menu dynamically from within a blog post? For example, in the body field, I’ve pasted the same code that I’m using for one of my category menus…
{exp:weblog:categories weblog="ourcollection" category_group="2" show="21|22|23|24|25|33"}
<a href="http://{path=our-collection/index}">{category_name}</a>
{/exp:weblog:categories}However, once published, the post shows only the above code, rather than generating and rendering the category list.