Thanks so much for responding. I had my settings set to display the subcategories in column view, which calls in the subcategories_t.tpl. If that's not selected, then the subcategories_list.tpl is called in, which is what I wanted, so thanks for causing me to notice that.
But, my subcategories_list.tpl doesn't have that
{$subcategory.descr} or {$subcategory.description} code, and adding it, nothing happens. I tried a few more variations, {$subcat.descr} and {$subcategory.descr} and nothing appeared.
The complete line I'm adding is:
Code:
<div class="subcategory-descr">{$subcat.description}</div>
and in source view I can see the
Code:
<div class="subcategory-descr"> </div>
added, but the variable part is empty, so it's not making sense of that. Is there somewhere that variable has to be defined?