Thread Starter
nkerns
(@nkerns)
I use WP CSV. Exporting a post to .csv using that plugin can be used to generate a template .csv with all the relevant fields WP uses for creating posts (including “hidden” ones added by plugins).
I use a Python script to populate the “cf__links_to” field (added by the Page Links To plugin) with the original url of my story.
As far as I can tell, the Page Links To plugin doesn’t seem to include a field for the new tab checkbox, unfortunately.