Order blog posts in rss feed
This commit is contained in:
parent
09c30dc766
commit
e5e5321140
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ plugin.tx_seo {
|
|||
provider = TYPO3\CMS\Seo\XmlSitemap\RecordsXmlSitemapDataProvider
|
||||
config {
|
||||
table = pages
|
||||
sortField = tstamp
|
||||
sortField = lastUpdated
|
||||
lastModifiedField = tstamp
|
||||
additionalWhere = AND (no_index = 0 OR no_follow = 0)
|
||||
pid = 2
|
||||
|
|
Loading…
Reference in a new issue