Forum
Welcome, Guest
Please Login to access forum.
Re:last modification date (lastmod) missing (1 viewing) 
Go to bottom
TOPIC: Re:last modification date (lastmod) missing
#4186
STS Web Consulting snc
Fresh Boarder
Posts: 3
User Offline
Re:last modification date (lastmod) missing Karma: 0  
Thank you John.

I have a last question: I'd like to order items in xml sitemap by last modification date, last modified in top.

I edited models/sitemap.php

FROM
Code:

$dynamicOrdering = "created DESC,";
TO
Code:

$dynamicOrdering = "modified DESC,";
Is there a way to override the model so future updates won't overwrite my change?
 
Logged Logged  
  The administrator has disabled public write access.
      Topics Author
    thread link
last modification date (lastmod) missing
STS Web Consulting snc
    thread link
thread linkthread link Re:last modification date (lastmod) missing
John Dagelmore
    thread link
thread linkthread link Re:last modification date (lastmod) missing
STS Web Consulting snc
    thread link
thread linkthread linkthread link Re:last modification date (lastmod) missing
John Dagelmore
    thread link
thread linkthread linkthread linkthread link Re:last modification date (lastmod) missing
STS Web Consulting snc
    thread link
thread linkthread linkthread linkthread linkthread link Re:last modification date (lastmod) missing
John Dagelmore
Go to top