Hi there,
Is it possible to use a template tag inside the EmptyLoopStart and EmptyLoopEnd tags?
I am trying this code:
<h2><!- -@CategoryName- -></h2>
<!- -@LoopStart(ItemsLoop)- ->
<!- -@EmptyLoopStart- ->No articles found in <!- -@CategoryName- -><!- -@EmptyLoopEnd- ->
- - Other code here
<!- -@LoopEnd(ItemsLoop)- ->
And the name of the category appears correctly, but isn't parsed when the loop is empty.
Any way around this? Note: I replaced double dashes with dash space dash to make sure this code is not parsed by the forum.
Kind regards,
Imar