Hi everyone,
I am looking to add the category descriptions to teh right of the categories on the main page.
You can see my site here: http://www.inkjetoutput.com/new_store/
I already have the space for the description and I have twaeked with this file: /includes/modules/category_row.php but i can not get it to work. I have modified line 40 from:
To:PHP Code:'text' => '<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>');
Notice the last line where I tried to call forPHP Code:'text' => '<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) . '</a><br />' . $categories->fields['categories_name'] . '<br>' . $categories->fields['categories_description'] . '<hr>');
It is not grabbing the description though. What can I do to have this grab the description?PHP Code:$categories->fields['categories_description']
Thanks in advance!




