Render newest blog posts first within rss feed
This allows friendi.ca to pick them up before reaching maximum limit.
This commit is contained in:
parent
d1f0f317db
commit
924a6b4863
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ plugin.tx_seo {
|
|||
config {
|
||||
table = pages
|
||||
sortField = lastUpdated
|
||||
sortOrder = DESC
|
||||
lastModifiedField = tstamp
|
||||
additionalWhere = AND no_index = 0
|
||||
pid = {$pageUids.blogPosts}
|
||||
|
|
Loading…
Reference in a new issue