Ignore sort method for a specific listitem

Hi all,

I searched on internet and on the forum but I haven’t find any answer.

Is there a way to force a List item to be at the bottom or at the top of a list (like the ‘…’ (= previous) item ?

An example of what I want to do :

I create a list of item with the “UNSORTED” sort method and I obtain that :

Code:
Reptils
Fishs
Dogs
Cats
More videos...

If I add the “LABEL” sort method I obtain that :

Code:
Cats
Dogs
Fishs
More videos...
Reptils

BUT, I want to force the ‘More videos…’ item to be at the bottom even with the ‘LABEL’ sort method like that :

Code:
Cats
Dogs
Fishs
Reptils
More videos...

Thanks a lot for your help