Here is the page I am currently working on:
http://10000waves.xynergy.com/FloatingWorld/home.php
You'll see 4 categories tiled underneath the large advertisement image. Each of the categories currently display the Category Name and the Category Icon. I am trying modify the page so that the Category Description is also displayed underneath the Category Name.
Here is the code I have so far within a custom tpl file I've created for this page:
I have tried calling the category using the standard:
Code:
$current_category.description|regex_replace:"/[\n]/":"
"}
As well as:
Code:
{$categories[2].description}
both to no avail.
Is there other syntax I can use to call this variable?