Reordering Exhibits

Is it possible to change the order exhibits appear in on the 'Browse Exhibits' page?

They seem to be in order of creation time. Can this be altered? Would going into the database to do so be risky?

You can order them manually by copying /plugins/ExhibitBuilder/views/public/exhibits/browse.php to your theme folder under /exhibit-builder/exhibits/ and editing the echo loop to reflect your desired sorting.

Nice one, thank you.

You can also configure the sort order that will be used in the plugin's Configuration page, if something like alphabetical works for you.

Unfortunately alphabetical won't work - thanks though!