keywords

Found via Matt Gemmell’s details on the tagging plugin he’s using for his site, I installed and futzed with Jerome’s Keywords to handle linking to the articles on the rest of the site. Basically, in the footer DIV of the post template, just add a call to the appropriate function in the plugin, viz:

<div class="post-footer">See also: <?php the_post_keytags(); ?></div>

This produces links that look like /2006/tag/foobar

Then, in the jeromes-keywords.php file itself, I tracked down the two spots that created those links and changed them to display /foobar/ instead (using the $keyword variable), giving me the nice links to the regular Celsius1414 articles.

If I decide to stick with Wordpress for the 2006 journaling, while doing the articles via Notanda, I’ll set up a routine to automatically update Related Articles if they’re tagged here.

Now I just have to remember to use commas between the tags, which I haven’t been using on the rest of the site.