Guest Posted April 12, 2007 Posted April 12, 2007 Hi there. I want to add a new catagory. However i dont want the link to this catagory to be visible. Is this possible? Thanks.
mtechama Posted April 12, 2007 Posted April 12, 2007 Hey Something, open your (catalog)/includes/boxes/categories.php and look for this code: tep_show_category($first_element); $info_box_contents = array(); $info_box_contents[] = array('text' => $categories_string); and add this: tep_show_category($first_element); $info_box_contents = array(); $info_box_contents[] = array('text' => '<p> Your Text Here <p>' . $categories_string); give that a try Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.