On the dynamic generated sitemap (html sitemap) link, there are some links that I have not included on my site that exist in the define page drop down box in the admin. (eg. page 2, page 3,).
Is there a way to customise this?
On the dynamic generated sitemap (html sitemap) link, there are some links that I have not included on my site that exist in the define page drop down box in the admin. (eg. page 2, page 3,).
Is there a way to customise this?
Yes, there is a way but best if familiar with Zen Cart and editing PHP pages.
includes/templates/template_default/templates/tpl_site_map_default.php
That is the default file which you can copy to your Custom Template dir. and do any editing.
Thanks for the response. You've solved my problem