Changes the sorting number of the page.
try { page('invisible-page')->sort(12); echo 'The page is now visible and has the sorting number 12'; } catch(Exception $e) { echo $e->getMessage(); }