Hi Shubham,
If I understand correct, you want to change the order in which the page list your new created elements. If somehow you store these new created elements in an entity, you can enrich your entity with a OrderSequence attribute, for asigning an ordering number to your created element. When retrieving all the created alements, do a sort (descending) on the OrderSequence attribute.
so;
Hope this will help.
Good luck,
Jan