Adding titles to the entries
I added a title field to the log, so individual entries can have their own optional titles.
mysql> alter table weblog add column title tinytext after parselevel;
Then I added logic to edit.php and weblog.php to add and display the titles.
Comments Off on Adding titles to the entries