Hi,
is it possible to output a custom category fields?
I tried to use {exp:weblog:categories show=”{child_category_id}”} but it does not work for me:
{exp:child_categories category_group="4" weblog="{segment_1}" show_empty="no"}
{parent_category_start}
<optgroup label="{parent_category_name}">
{parent_category_end}
{child_category_start}
<option value="{child_category_url_title}">
{exp:weblog:categories category_group="4" show="{child_category_id}" weblog="{segment_1}" style="linear"}
{custom_category_field}
{/exp:weblog:categories}
</option>
{child_category_end}
{parent_wrapper_bottom_start}
</optgroup>
{parent_wrapper_bottom_end}
{/exp:child_categories}
Any ideas?
