I’ve got a Blosxom plugin together that handles a few extras for this conversion method:
* Permits multiple categories
* Prevents whitespace in Blosxom posts from becoming br tags and hence breaking e.g. a tags that have line-wrapped
* De-escapes entities in the RSS feed titles: these were coming through to WordPress as literal e.g. & amp;#xf6;
Is there anywhere I can share it?
In addition, I notice that the category import for this code isn’t perfect: it doesn’t increment category_count, so categories don’t appear until any one post in that category is saved (and suddenly category_count appears for all categories attached to that post).
Any chance of a fix? Is this a WP version thing?