I wonder if it\'s possible to override the Recently Added list in the home page. The default behavior is that any new submitted items are displayed in the list
Ok, for my future reference, the code below is what I used to override the recent submissions list in the homepage using Mirage 2 theme. Thanks to @terrywb for his answer.
cocoon:/
External Metadata URL:
Current year is:
Note that I used
This is because if I just use
, it will also override the list after you clicked the View more
link. I also used the date:year()
XSLT extension to capture the current year so that I don't have to hardcode or change the year every year.