Deskripsyon
A lightweight tool to move content between WordPress sites with precision.
Features
– Export a single post or page to JSON (includes meta, terms, and revisions)
– Import a previously exported JSON to recreate the post on another site
– Works with all public post types; sets current user as the author on import
– Adds an Export action in Posts/Pages list rows
– Adds Tools Post Import with a file upload form
– Robust UTF-8 handling: exports HTML‑entity encode content/meta; imports decode to avoid double‑encoding
Perfect for
– Migrating content between environments
– Duplicating complex posts across sites
– Archiving rich post data including revision history
Pag-install
- Upload the plugin files to the
/wp-content/plugins/nr-post-exporterdirectory, or install via the WordPress Plugins screen. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- To export: go to Posts All Posts (or Pages), hover a row, click Export.
- To import: go to Tools Post Import and upload the exported JSON file.
FAQ
-
What does the JSON include?
-
Post core fields, custom fields (meta), terms for all taxonomies, and the full revisions history.
-
Does it support custom post types?
-
Yes, any public post type.
-
The current logged-in user performing the import.
-
Does this replace WordPress’s native WXR export?
-
No. This focuses on one-post-at-a-time portability with revisions and meta fidelity.
-
Are images and attachments included?
-
Attachment references in content and meta are preserved as-is; media files are not transferred.
-
Is there a file size limit?
-
Imports are limited to about 1MB per JSON file.
-
Why does the title change on import?
-
Imported posts are prefixed with “Imported:” to make them easier to spot.
Mga Review
Wala pang reviews para sa plugin na ito.
Mga Contributor at Developer
Ang “NR Post Exporter” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.
Mga ContributorIsalin ang “NR Post Exporter” sa iyong wika.
Interesado sa development?
Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.
Changelog
1.0.0
- Initial release. Extracted from an internal toolkit and packaged as a standalone plugin.