Hey Guys !
i need some help to get category description to the bottom of the category.
in my
app/design/frontend/YOURTHEME/default/template/catalog/product/list.phtml
i have add this line of code
echo Mage::getModel('catalog/layer')->getCurrentCategory()->getDescription();
at the bottom.
and yes my text is moving down to bottom.
but its also on my top.
what can i do to remove it from the top ?