View Single Post
  #18  
Old 09-02-2010, 12:33 PM
 
jones jones is offline
Banned
 

Advanced Member
  
Join Date: Aug 2008
Posts: 36
 

Default Re: free google sitemap

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
I tempery altered the sitemap.php
to create the sitemap at www.qualitechnic.co.uk/sitemap1.xml
and has you see its created a blank one
here's the code i changed
Reply With Quote