Add the possibility to sort articles in blog view with the following criteria for joomla 6.x:
- The last article
- After featured articles (2,3,4,5...)
- After the other articles
while respecting the total number of articles defined in the blog display settings (max 8 for example)
for example
- The last article (1)
- After featured articles (3)
- After the other articles (4)
The last article being always sorted from the most recent to the oldest
For featured and other articles, the sorting criteria may be different.