justinsomnia
Forum Replies Created
-
I’ve written up how to modify the Blogger importer so that Blogger’s unique “post slugs” are imported into WordPress as well: Maintain permalinks moving from Blogger to WordPress.
Forum: Plugins
In reply to: ditu – the Google Maps WordPress PluginI created a simple script that grabs lat;long data from a custom field for each post and then adds all those points to a Google Maps interface, with links back to the original post. It’s a pretty effective way to browse your archives for posts with a geographic focus.
Here’s a description of what I did:
https://justinsomnia.org/2006/03/justinsomnia-maps/Here’s the map in action:
https://justinsomnia.org/map/Forum: Installing WordPress
In reply to: Forcing a comment count update?Here’s a solution:
Forum: Plugins
In reply to: new plugin: multiple random imagesI just whipped up a simple random image plugin that digs through my blog posts and returns an image tag that links back to the blog post at random. It’s really cool to see it in action (on the right side of my homepage).
Here’s the code:
https://justinsomnia.org/2005/09/random-image-plugin-for-wordpress/Forum: Fixing WordPress
In reply to: Importing Haloscan commentsI’ve posted more information on importing blogger and haloscan here:
https://justinsomnia.org/2005/06/importing-haloscan-comments-into-wordpress/Forum: Fixing WordPress
In reply to: Haloscan Comments? Solution Right Here.There’s another thread that deals with the question of importing haloscan comments into WordPress.
If you’re looking for a script that will import haloscan comments into WordPress, check out: importing haloscan comments into wordpress
Forum: Fixing WordPress
In reply to: Import Haloscan commentsI’ve written a script that imports Haloscan comments (CAIF format) into WordPress (assuming you also just imported a Blogger blog with one minor revision to the import process).
If you’re interested, check out my write up and code available here: importing haloscan comments into wordpress