If you want to move your Wordpress permalinks via 301, you can try to do it by hand using rewrites in your .htaccess file. Much easier is Dean's Permalinks Migration Plugin for Wordpress.
On my work blog (http://www.synaxisworks.com/blog/), I used to use the default "?p=post-number" format, and I wanted to change to a more SEO-friendly format. I setup Dean's plugin. The first problem is that I didn't know what to put for the "old permalink structure". I tried a million combinations of text, regex, and Wordpress codes to try to get it to match the default format.
It turns out, according to... read more >