Daily Dev Notes 2024/06/12

More work on the pages tonight. I wanted to be able to create a menu of the pages somewhere on the page. So I first added a menu_order field to the Posts table, and then added some template tags to get the pages, sort them by menu_order first, and then by title second.

Tested it out and it all seemed to work OK, but more refactoring required.