
Originally Posted by
jonathan_pohl
I tried inserting $categories->fields['categories_description'] into category_row.php
Specifically I altered line 39 so that it is now as follows:
Code:
'text' => $categories->fields['categories_description'] . '<br />' . '<a href="' . zen_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . zen_image(DIR_WS_IMAGES . $categories->fields['categories_image'], $categories->fields['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '<br />' . $categories->fields['categories_name'] . '</a>');
I tried to echo $categories->fields['categories_description'], but am not getting any output.
Thanks again