Opened 5 years ago

Last modified 9 months ago

#6393 new enhancement

Export & import blogroll with categories

Reported by: jayminkapish Owned by:
Priority: normal Milestone: Future Release
Component: Import Version:
Severity: normal Keywords: needs-patch export-import blogroll
Cc:

Description

I have attached a patch which will export Blogroll OPML file having a category attribute in it. It is valid to have a category attribute in outline tag. Generated OPML file by wp-links-opml.php has been validated by http://validator.opml.org/.

I have also updated link-import.php and link-parse-opml.php files in wp-admin to parse category attribute and create link_category in database if it does not exist and assign link to that category.

This enhancement will automatically export and import link-categories with links.

Attachments (2)

wp_export_import_links.patch (3.2 KB) - added by jayminkapish 5 years ago.
WP Export - Import Blogroll with categories patch
wp_export_import_links_with_cats_new.patch (4.0 KB) - added by jayminkapish 5 years ago.
export import blogroll with categories, description and targets

Download all attachments as: .zip

Change History (10)

WP Export - Import Blogroll with categories patch

  • Keywords has patch export-import blogroll added

I forgot to add description and target in OPML file. So exporter exports description and target as well. Importer imports description right now but does not import targets.

attached a new patch.

export import blogroll with categories, description and targets

  • Milestone changed from 2.7 to 2.8

Nice idea but 2.7 is feature frozen now moving to 2.8

comment:3   DD324 years ago

  • Component changed from General to Import
  • Owner anonymous deleted
  • Milestone changed from 2.8 to Future Release

Punting to be evaluated in next development cycle due to time constraints.

  • Keywords needs added; has removed
  • Keywords needs-patch added; needs patch removed

Is this still being looked at?

I know I can export my links by going to http://YOURBLOGSADDRESS/wp-links-opml.php and viewing source, but there should be a GUI for this too. After all, we have Blogroll IMPORT on the import tab. :)

Closed #21615 as a duplicate.

Note: See TracTickets for help on using tickets.