Thanks a lot @baris. It worked like a charm. Saw your commit on widget-essentials. Got to learn a lot.
rohimokat
Posts
-
Categories Widget | Show all Sub-Categories too? -
Categories Widget | Show all Sub-Categories too?@xanthos84 said in Categories Widget | Show all Sub-Categories too?:
code block
<!-- BEGIN categories -->
<ul class="categories-list">
<li>
<!-- IF !categories.link -->
<h4><a href="{relative_path}/category/{categories.slug}">{categories.name}</a></h4>
<!-- ELSE -->
<h4><a href="{categories.link}">{categories.name}</a></h4>
<!-- ENDIF !categories.link -->
<!-- BEGIN children -->
<!-- IF categories.children.link -->
<a href="{categories.children.link}" itemprop="url" target="_blank">
<!-- ELSE -->
<a href="{config.relative_path}/category/{categories.children.slug}" itemprop="url">
categories.children.name}</a><br />
</div>
<!-- ENDIF categories.children.link -->
<!-- END children -->
</li>
</ul>
<!-- END categories -->@xanthos84/ @baris : I tried this but it does not work. is there any other way?