OP10 New Content At Top Handler allows you to add new content and media to the top of the tree on creation
Installation
Download the Umbraco Package here or install via NuGet:
Install-Package OP10.NewContentAtTopHandler
Configuration
Add a new AppSetting to the web.config file: <add key="OP10.NewContentAtTopHandler" value="" />
As value specify the ContentType aliases (semicolon separated) of the Content and/or Medias under which the inserted content needs to be added at the top.
Example: <add key="OP10.NewContentAtTopHandler" value="Homepage;Textpage;Folder" />
Special aliases