Stan’s Obligatory Blog

12/2/2003

Adding titles to the entries

Filed under: — stan @ 6:52 pm

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.

Powered by WordPress