Is it possible to insert links in Wordpress's wysiwyg editor that will convert to pretty permalinks when enabled?
i.e. the links would be this without pretty permalinks:
/?p=13
But with permalinks on, it would become this:
/mypagename/
I'm thinking I'd have to use a shortcode to do that right? Something that would use the ID and wp_list_pages() for pages at least... just thinking about a way to get links in content to work when permalinks are on and off.
Thanks
osu