Yes, you made corect changes.
Can you comment these lines in sitemap.php ?
PHP Code:
if ($xm_today == $config["iron_sitemap_time"])
return;
So it will look like this:
PHP Code:
//if ($xm_today == $config["iron_sitemap_time"])
// return;
These lines allow make refresh sitemap only one time per day.
Alex
Quote:
Originally Posted by lewaff
|