Hi,
let me show you some code:
{exp:channel:categories disable="categories|member_data|pagination" style="linear"}
<li><a href="http://{path=storefront/find}/{category_name}">{category_name}</a></li>
{/exp:channel:categories}After reading documentation here: http://ellislab.com/expressionengine/user-guide/modules/channel/categories.html#id5 where it says:
A “linear” category is one that shows a pure list with no HTML inserted
I was under the impression that I will get a naked list of categories and nothing will get manipulated. So I should see this HTML output:
<a href="http://domain.com/index.php/storefront/find/mycateory">http://domain.com/index.php/storefront/find/mycateory</a>instead I am getting this
<a href="http://domain.com/index.php/storefront/find/C7/mycateory">http://domain.com/index.php/storefront/find/C7/mycateory</a>My understanding is that the “C7/” part should not be there. (Bug?) - how do I get rid of this while still having access to the custom fields of the categories?
Sven