View Single Post
  #422  
Old 03-18-2022, 08:28 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart reBOOT (reDUX) Template

Hi Peggy, I expect you meant the main XML sitemap, not the images XML sitemap.

You can edit the array of items that get outputted to the sitemap in /modules/XML_Sitemap/config.php
Code:
3 => array( 'type' => 'S', 'items_function' => 'xmlmap_get_pages', 'properties' => array( 'lastmod' => '', 'changefreq' => 'never', 'priority' => '0.2', ), ),
__________________
xcartmods.co.uk
Reply With Quote