Opened 18 years ago
Last modified 16 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 |
| Cc: | Focuses: |
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)
Change History (11)
#1
@
18 years ago
- 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.
#4
@
17 years ago
- Milestone 2.8 → Future Release
Punting to be evaluated in next development cycle due to time constraints.
#7
@
16 years ago
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. :)
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
WP Export - Import Blogroll with categories patch