How do I get rid of the Reviews link in my Site Map. I've turned them off in the admin/catalog/product type etc but it's still appearing.
Running v1.3.9h.
How do I get rid of the Reviews link in my Site Map. I've turned them off in the admin/catalog/product type etc but it's still appearing.
Running v1.3.9h.
You'll need to modify/create /includes/templates/YOUR_TEMPLATE/templates/tpl_site_map_default.php. Locate the line that reads:
and delete that line. If you're creating the file, start with a copy of /includes/templates/template_default/templates/tpl_site_map_default.php.Code:<li><?php echo '<a href="' . zen_href_link(FILENAME_REVIEWS) . '">' . PAGE_REVIEWS . '</a>'; ?></li>