{"id":3086,"date":"2025-02-13T12:23:47","date_gmt":"2025-02-13T12:23:47","guid":{"rendered":"https:\/\/s-o-s.net\/wordpress-importer\/"},"modified":"2025-02-13T12:23:47","modified_gmt":"2025-02-13T12:23:47","slug":"wordpress-importer","status":"publish","type":"post","link":"https:\/\/s-o-s.net\/en_gb\/wordpress-importer\/","title":{"rendered":"WordPress Importer"},"content":{"rendered":"<p> <br \/>\n<\/p>\n<article id=\"post-50\" class=\"alignwide post-50 plugin type-plugin status-publish hentry plugin_tags-importer plugin_category-utilities-and-tools plugin_contributors-wordpressdotorg plugin_business_model-community plugin_committers-boonebgorges plugin_committers-dd32 plugin_committers-githubsync plugin_committers-markjaquith plugin_committers-nacin plugin_committers-nbachiyski plugin_committers-ocean90 plugin_committers-pento plugin_committers-rmccue plugin_committers-sergeybiryukov plugin_committers-wecanwang plugin_committers-westi plugin_committers-zaerl\">\n<div class=\"plugin-banner\" id=\"plugin-banner-wordpress-importer\"><\/div>\n<header class=\"plugin-header\">\n<div class=\"entry-heading-container\">\n<div>\n<div class=\"entry-thumbnail\">\n\t\t\t\t\t<img decoding=\"async\" class=\"plugin-icon\" src=\"https:\/\/ps.w.org\/wordpress-importer\/assets\/icon.svg?rev=2791650\" alt=\"\">\t\t\t\t<\/div>\n<div>\n<h1 class=\"plugin-title\">WordPress Importer<\/h1>\n<p>\t\t\t\t\t<span class=\"byline\">By <span class=\"author vcard\"><a target=\"_blank\" class=\"url fn n\" href=\"https:\/\/profiles.wordpress.org\/wordpressdotorg\/\" rel=\"noopener\">WordPress.org<\/a><\/span><\/span>\n\t\t\t\t<\/div>\n<\/p><\/div>\n<div class=\"plugin-actions\">\n<div class=\"wp-block-button is-small plugin-download download-button\"><a target=\"_blank\" class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/downloads.wordpress.org\/plugin\/wordpress-importer.0.8.3.zip\" rel=\"noopener\">Download<\/a><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/header>\n<p><!-- .entry-header --><\/p>\n<p>\t<span id=\"description\"><\/span><br \/>\n\t<span id=\"reviews\"><\/span><br \/>\n\t<span id=\"installation\"><\/span><br \/>\n\t<span id=\"developers\"><\/span><br \/>\n\t<span id=\"advanced\" class=\"\"><\/span><br \/>\n\t<span id=\"section-links\"><\/p>\n<ul class=\"tabs clear\">\n<li id=\"tablink-description\"><a target=\"_blank\" href=\"https:\/\/wordpress.org\/plugins\/wordpress-importer\/#description\" rel=\"noopener\">Details<\/a><\/li>\n<li id=\"tablink-reviews\"><a target=\"_blank\" href=\"https:\/\/wordpress.org\/plugins\/wordpress-importer\/#reviews\" rel=\"noopener\">Reviews<\/a><\/li>\n<li id=\"tablink-installation\">\n\t\t\t\t<a target=\"_blank\" href=\"https:\/\/wordpress.org\/plugins\/wordpress-importer\/#installation\" rel=\"noopener\">Installation<\/a>\n\t\t\t<\/li>\n<li id=\"tablink-developers\"><a target=\"_blank\" href=\"https:\/\/wordpress.org\/plugins\/wordpress-importer\/#developers\" rel=\"noopener\">Development<\/a><\/li>\n<\/ul>\n<div id=\"link-support\">\n\t\t\t<a target=\"_blank\" href=\"https:\/\/wordpress.org\/support\/plugin\/wordpress-importer\/\" rel=\"noopener\">Support<\/a>\n\t\t<\/div>\n<p>\t<\/span><br \/>\n\t<script type=\"text\/javascript\">if ( '#changelog' == window.location.hash ) { window.setTimeout( function() { window.location.hash=\"#developers\"; }, 10 ); }<\/script><\/p>\n<div class=\"entry-content\">\n<div id=\"tab-description\" class=\"plugin-description section\">\n<h2 id=\"description-header\">Description<\/h2>\n<p>The WordPress Importer will import the following content from a WordPress export file:<\/p>\n<ul>\n<li>Posts, pages and other custom post types<\/li>\n<li>Comments and comment meta<\/li>\n<li>Custom fields and post meta<\/li>\n<li>Categories, tags and terms from custom taxonomies and term meta<\/li>\n<li>Authors<\/li>\n<\/ul>\n<p>For further information and instructions please see the <a target=\"_blank\" href=\"https:\/\/wordpress.org\/support\/article\/importing-content\/#wordpress\" rel=\"ugc noopener\">documention on Importing Content<\/a>.<\/p>\n<h3>Filters<\/h3>\n<p>The importer has a couple of filters to allow you to completely enable\/block certain features:<\/p>\n<ul>\n<li><code>import_allow_create_users<\/code>: return false if you only want to allow mapping to existing users<\/li>\n<li><code>import_allow_fetch_attachments<\/code>: return false if you do not wish to allow importing and downloading of attachments<\/li>\n<li><code>import_attachment_size_limit<\/code>: return an integer value for the maximum file size in bytes to save (default is 0, which is unlimited)<\/li>\n<\/ul>\n<p>There are also a few actions available to hook into:<\/p>\n<ul>\n<li><code>import_start<\/code>: occurs after the export file has been uploaded and author import settings have been chosen<\/li>\n<li><code>import_end<\/code>: called after the last output from the importer<\/li>\n<\/ul>\n<\/div>\n<div id=\"tab-installation\" class=\"plugin-installation section\">\n<h2 id=\"installation-header\">Installation<\/h2>\n<p>The quickest method for installing the importer is:<\/p>\n<ol>\n<li>Visit Tools -&gt; Import in the WordPress dashboard<\/li>\n<li>Click on the WordPress link in the list of importers<\/li>\n<li>Click \u201cInstall Now\u201d<\/li>\n<li>Finally click \u201cActivate Plugin &amp; Run Importer\u201d<\/li>\n<\/ol>\n<p>If you would prefer to do things manually then follow these instructions:<\/p>\n<ol>\n<li>Upload the <code>wordpress-importer<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the \u2018Plugins\u2019 menu in WordPress<\/li>\n<li>Go to the Tools -&gt; Import screen, click on WordPress<\/li>\n<\/ol>\n<\/div>\n<div id=\"faq\" class=\"plugin-faq section\">\n<h2 id=\"faq-header\">FAQ<\/h2>\n<dl>\n<dt id=\"help%21%20i%27m%20getting%20out%20of%20memory%20errors%20or%20a%20blank%20screen.\">\n<h3>Help! I\u2019m getting out of memory errors or a blank screen.<\/h3>\n<\/dt>\n<dd>\n<p>If your exported file is very large, the import script may run into your host\u2019s configured memory limit for PHP.<\/p>\n<p>A message like \u201cFatal error: Allowed memory size of 8388608 bytes exhausted\u201d indicates that the script can\u2019t successfully import your XML file under the current PHP memory limit. If you have access to the php.ini file, you can manually increase the limit; if you do not (your WordPress installation is hosted on a shared server, for instance), you might have to break your exported XML file into several smaller pieces and run the import script one at a time.<\/p>\n<p>For those with shared hosting, the best alternative may be to consult hosting support to determine the safest approach for running the import. A host may be willing to temporarily lift the memory limit and\/or run the process directly from their end.<\/p>\n<p>\u2014 <a target=\"_blank\" href=\"https:\/\/wordpress.org\/support\/article\/importing-content\/#before-importing\" rel=\"ugc noopener\">Support Article: Importing Content<\/a><\/p>\n<\/dd>\n<\/dl>\n<\/div>\n<div id=\"tab-reviews\" class=\"plugin-reviews section\">\n<h2 id=\"reviews-header\">Reviews<\/h2>\n<div class=\"plugin-reviews\">\n<article class=\"plugin-review\">\n<div class=\"review-avatar\">\n\t\t\t\t\t\t<img decoding=\"async\" alt=\"\" src=\"https:\/\/secure.gravatar.com\/avatar\/5a7d06404255584afc55d03fdba03f7b05de4c029f3c4bf51b6ae495ab8e468b?s=60&amp;d=retro&amp;r=g\" srcset=\"https:\/\/secure.gravatar.com\/avatar\/5a7d06404255584afc55d03fdba03f7b05de4c029f3c4bf51b6ae495ab8e468b?s=120&amp;d=retro&amp;r=g 2x\" class=\"avatar avatar-60 photo\" height=\"60\" width=\"60\">\t\t\t\t\t<\/div>\n<div class=\"review\">\n<header>\n<div class=\"header-top\">\n<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><\/div>\n<h3 class=\"review-title\"><a target=\"_blank\" class=\"url\" href=\"https:\/\/wordpress.org\/support\/topic\/funktioniert-27\/\" rel=\"noopener\">funktioniert<\/a><\/h3>\n<\/p><\/div>\n<div class=\"header-bottom\">\n\t\t\t\t\t\t\t\t<span class=\"review-author author vcard\"><a target=\"_blank\" href=\"https:\/\/profiles.wordpress.org\/amafino\/\" title=\"Posts by Klaus Kullmann\" rel=\"author noopener\">Klaus Kullmann<\/a><\/span><br \/>\n\t\t\t\t\t\t\t\t<span class=\"review-date\">November 18, 2024<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n<\/header>\n<div class=\"review-content\">War beim Erstellen hilfreich. Produkte,Bilder und Kunden importiert; viel Handarbeit und Wissen n\u00f6tig. Bestellungen lassen sich leider nicht importieren.<\/div>\n<\/p><\/div>\n<\/article>\n<article class=\"plugin-review\">\n<div class=\"review-avatar\">\n\t\t\t\t\t\t<img decoding=\"async\" alt=\"\" src=\"https:\/\/secure.gravatar.com\/avatar\/d06b4a6a14bb5c78fb22e6d8552ca59ac911b8d862ae8d08638e01ca53c9c597?s=60&amp;d=retro&amp;r=g\" srcset=\"https:\/\/secure.gravatar.com\/avatar\/d06b4a6a14bb5c78fb22e6d8552ca59ac911b8d862ae8d08638e01ca53c9c597?s=120&amp;d=retro&amp;r=g 2x\" class=\"avatar avatar-60 photo\" height=\"60\" width=\"60\">\t\t\t\t\t<\/div>\n<div class=\"review\">\n<header>\n<div class=\"header-top\">\n<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-empty\"><\/span><span class=\"dashicons dashicons-star-empty\"><\/span><span class=\"dashicons dashicons-star-empty\"><\/span><span class=\"dashicons dashicons-star-empty\"><\/span><\/div>\n<h3 class=\"review-title\"><a target=\"_blank\" class=\"url\" href=\"https:\/\/wordpress.org\/support\/topic\/so-much-bugs\/\" rel=\"noopener\">So much bugs<\/a><\/h3>\n<\/p><\/div>\n<div class=\"header-bottom\">\n\t\t\t\t\t\t\t\t<span class=\"review-author author vcard\"><a target=\"_blank\" href=\"https:\/\/profiles.wordpress.org\/liamanderson1993\/\" title=\"Posts by liamanderson1993\" rel=\"author noopener\">liamanderson1993<\/a><\/span><br \/>\n\t\t\t\t\t\t\t\t<span class=\"review-date\">July 18, 2024<\/span><br \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"review-replies\">1 reply<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n<\/header>\n<div class=\"review-content\">We tried this multiple times but not working. It has some conflict with hosting and our hosting company suggests not to use this plugin. It wasted so many hours in the process and now I need to find another alternative.<\/div>\n<\/p><\/div>\n<\/article>\n<article class=\"plugin-review\">\n<div class=\"review-avatar\">\n\t\t\t\t\t\t<img decoding=\"async\" alt=\"\" src=\"https:\/\/secure.gravatar.com\/avatar\/a809c97c69cf61ab72991841d2f980fbeb260e8b9efd4245ba2dbfce0e687463?s=60&amp;d=retro&amp;r=g\" srcset=\"https:\/\/secure.gravatar.com\/avatar\/a809c97c69cf61ab72991841d2f980fbeb260e8b9efd4245ba2dbfce0e687463?s=120&amp;d=retro&amp;r=g 2x\" class=\"avatar avatar-60 photo\" height=\"60\" width=\"60\">\t\t\t\t\t<\/div>\n<div class=\"review\">\n<header>\n<div class=\"header-top\">\n<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><\/div>\n<h3 class=\"review-title\"><a target=\"_blank\" class=\"url\" href=\"https:\/\/wordpress.org\/support\/topic\/getting-better-and-better-14\/\" rel=\"noopener\">Getting better and better<\/a><\/h3>\n<\/p><\/div>\n<div class=\"header-bottom\">\n\t\t\t\t\t\t\t\t<span class=\"review-author author vcard\"><a target=\"_blank\" href=\"https:\/\/profiles.wordpress.org\/mrkenobi\/\" title=\"Posts by mrkenobi\" rel=\"author noopener\">mrkenobi<\/a><\/span><br \/>\n\t\t\t\t\t\t\t\t<span class=\"review-date\">November 4, 2023<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n<\/header>\n<div class=\"review-content\">I remember the time when this plugin was partially useless, but today I managed to export all of my posts and images easily and import them to my new installation. So, there was no need for a 3rd party plugin.This is useful for cluttered databases: when you transfer all your posts and images to new installation, then your database will have nothing but posts and images. Light and fast.Bye<\/div>\n<\/p><\/div>\n<\/article>\n<article class=\"plugin-review\">\n<div class=\"review-avatar\">\n\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"https:\/\/secure.gravatar.com\/avatar\/e8507e59c92503100b83685dd8a6425442d98d54bda4ad0cb1f95f350a522087?s=60&amp;d=retro&amp;r=g\" srcset=\"https:\/\/secure.gravatar.com\/avatar\/e8507e59c92503100b83685dd8a6425442d98d54bda4ad0cb1f95f350a522087?s=120&amp;d=retro&amp;r=g 2x\" class=\"avatar avatar-60 photo\" height=\"60\" width=\"60\">\t\t\t\t\t<\/div>\n<div class=\"review\">\n<header>\n<div class=\"header-top\">\n<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><\/div>\n<h3 class=\"review-title\"><a target=\"_blank\" class=\"url\" href=\"https:\/\/wordpress.org\/support\/topic\/excellent-13053\/\" rel=\"noopener\">Excellent<\/a><\/h3>\n<\/p><\/div>\n<div class=\"header-bottom\">\n\t\t\t\t\t\t\t\t<span class=\"review-author author vcard\"><a target=\"_blank\" href=\"https:\/\/profiles.wordpress.org\/ianpeterharding\/\" title=\"Posts by ianpeterharding\" rel=\"author noopener\">ianpeterharding<\/a><\/span><br \/>\n\t\t\t\t\t\t\t\t<span class=\"review-date\">October 24, 2023<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n<\/header>\n<div class=\"review-content\">Works very well indeed!<\/div>\n<\/p><\/div>\n<\/article>\n<article class=\"plugin-review\">\n<div class=\"review-avatar\">\n\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"https:\/\/secure.gravatar.com\/avatar\/56bf04810cc476d64e071abd4d76cc0a3cd8b79f708aadbbf4a4c109f6bd7bfe?s=60&amp;d=retro&amp;r=g\" srcset=\"https:\/\/secure.gravatar.com\/avatar\/56bf04810cc476d64e071abd4d76cc0a3cd8b79f708aadbbf4a4c109f6bd7bfe?s=120&amp;d=retro&amp;r=g 2x\" class=\"avatar avatar-60 photo\" height=\"60\" width=\"60\">\t\t\t\t\t<\/div>\n<div class=\"review\">\n<header>\n<div class=\"header-top\">\n<div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" style=\"color:#ffb900;\"><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-empty\"><\/span><\/div>\n<h3 class=\"review-title\"><a target=\"_blank\" class=\"url\" href=\"https:\/\/wordpress.org\/support\/topic\/works-well-for-moving-posts-between-blogs\/\" rel=\"noopener\">Works well for moving posts between blogs.<\/a><\/h3>\n<\/p><\/div>\n<div class=\"header-bottom\">\n\t\t\t\t\t\t\t\t<span class=\"review-author author vcard\"><a target=\"_blank\" href=\"https:\/\/profiles.wordpress.org\/kelson\/\" title=\"Posts by kelson\" rel=\"author noopener\">kelson<\/a><\/span><br \/>\n\t\t\t\t\t\t\t\t<span class=\"review-date\">October 6, 2023<\/span><br \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"review-replies\">1 reply<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n<\/header>\n<div class=\"review-content\">Good for the main use cases: restore from backup, and moving posts between blogs. Unfortunately the image import doesn\u2019t seem to work (WordPress 6.3 with plugin 0.8.1), which makes it a pain to clean up image-heavy posts.<\/p>\n<p>One thing I\u2019d like to do with this that I can\u2019t is to import another copy of a cross-post and merge the comment threads. As it is, the best I can do is import the duplicate copy and then use another plugin (or dig into the database) to move the comments around.<\/p><\/div>\n<\/p><\/div>\n<\/article>\n<article class=\"plugin-review\">\n<div class=\"review-avatar\">\n\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"https:\/\/secure.gravatar.com\/avatar\/d5ae5a0482d6f6e0b6f9e400b4f8978cc145716ea776d5cf23806243fbd64673?s=60&amp;d=retro&amp;r=g\" srcset=\"https:\/\/secure.gravatar.com\/avatar\/d5ae5a0482d6f6e0b6f9e400b4f8978cc145716ea776d5cf23806243fbd64673?s=120&amp;d=retro&amp;r=g 2x\" class=\"avatar avatar-60 photo\" height=\"60\" width=\"60\">\t\t\t\t\t<\/div>\n<div class=\"review\">\n<header>\n<div class=\"header-top\">\n<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><\/div>\n<h3 class=\"review-title\"><a target=\"_blank\" class=\"url\" href=\"https:\/\/wordpress.org\/support\/topic\/very-helpful-1370\/\" rel=\"noopener\">Very helpful<\/a><\/h3>\n<\/p><\/div>\n<div class=\"header-bottom\">\n\t\t\t\t\t\t\t\t<span class=\"review-author author vcard\"><a target=\"_blank\" href=\"https:\/\/profiles.wordpress.org\/bulat2\/\" title=\"Posts by Bulat2\" rel=\"author noopener\">Bulat2<\/a><\/span><br \/>\n\t\t\t\t\t\t\t\t<span class=\"review-date\">August 10, 2023<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n<\/header>\n<div class=\"review-content\">Needed to copy the content of the old website to the one which is developed from scratch \u2013 and it worked!<\/div>\n<\/p><\/div>\n<\/article><\/div>\n<p>\t\t<a target=\"_blank\" class=\"reviews-link\" href=\"https:\/\/wordpress.org\/support\/plugin\/wordpress-importer\/reviews\/\" rel=\"noopener\"><br \/>\n\t\t\tRead all 311 reviews\t\t<\/a><\/div>\n<div id=\"tab-developers\" class=\"plugin-developers section\">\n<h2 id=\"developers-header\">Contributors &amp; Developers<\/h2>\n<div class=\"plugin-contributors\">\n<p>\u201cWordPress Importer\u201d is open source software. The following people have contributed to this plugin.<\/p>\n<p><span class=\"screen-reader-text\">Contributors<\/span><\/p>\n<ul id=\"contributors-list\" class=\"contributors-list\">\n<li>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"https:\/\/secure.gravatar.com\/avatar\/178f40079143ff7464125e4fbc88e62024a16442920a6a3d6dfa3d7e626be20d?s=32&amp;d=mm&amp;r=g\" srcset=\"https:\/\/secure.gravatar.com\/avatar\/178f40079143ff7464125e4fbc88e62024a16442920a6a3d6dfa3d7e626be20d?s=64&amp;d=mm&amp;r=g 2x\" class=\"avatar avatar-32 photo\" height=\"32\" width=\"32\">\t\t\t\t<a target=\"_blank\" href=\"https:\/\/profiles.wordpress.org\/wordpressdotorg\/\" rel=\"noopener\"><br \/>\n\t\t\t\t\tWordPress.org\t\t\t\t<\/a>\n\t\t\t<\/li>\n<\/ul><\/div>\n<div class=\"plugin-development\">\n<p>\u201cWordPress Importer\u201d has been translated into 59 locales. Thank you to <a target=\"_blank\" href=\"https:\/\/translate.wordpress.org\/projects\/wp-plugins\/wordpress-importer\/contributors\" rel=\"noopener\">the translators<\/a> for their contributions.<\/p>\n<p><a target=\"_blank\" href=\"https:\/\/translate.wordpress.org\/projects\/wp-plugins\/wordpress-importer\" rel=\"noopener\">Translate \u201cWordPress Importer\u201d into your language.<\/a><\/p>\n<h3>Interested in development?<\/h3>\n<p><a target=\"_blank\" href=\"https:\/\/plugins.trac.wordpress.org\/browser\/wordpress-importer\/\" rel=\"noopener\" class=\"broken_link\">Browse the code<\/a>, check out the <a target=\"_blank\" href=\"https:\/\/plugins.svn.wordpress.org\/wordpress-importer\/\" rel=\"noopener\">SVN repository<\/a>, or subscribe to the <a target=\"_blank\" href=\"https:\/\/plugins.trac.wordpress.org\/log\/wordpress-importer\/\" rel=\"noopener\" class=\"broken_link\">development log<\/a> by <a target=\"_blank\" href=\"https:\/\/plugins.trac.wordpress.org\/log\/wordpress-importer\/?limit=100&amp;mode=stop_on_copy&amp;format=rss\" rel=\"noopener\" class=\"broken_link\">RSS<\/a>.<\/p>\n<\/div>\n<\/div>\n<div id=\"tab-changelog\" class=\"plugin-changelog section\">\n<h2 id=\"changelog-header\">Changelog<\/h2>\n<h4>0.8.3<\/h4>\n<ul>\n<li>Update compatibility tested-up-to to WordPress 6.7.<\/li>\n<li>Update call to <code>post_exists<\/code> to include <code>post_type<\/code> in the query<\/li>\n<li>PHP 8.4 compatibility fixes.<\/li>\n<\/ul>\n<h4>0.8.2<\/h4>\n<ul>\n<li>Update compatibility tested-up-to to WordPress 6.4.2.<\/li>\n<li>Update doc URL references.<\/li>\n<li>Adjust workflow triggers.<\/li>\n<\/ul>\n<h4>0.8.1<\/h4>\n<ul>\n<li>Update compatibility tested-up-to to WordPress 6.2.<\/li>\n<li>Update paths to build status badges.<\/li>\n<\/ul>\n<h4>0.8<\/h4>\n<ul>\n<li>Update minimum WordPress requirement to 5.2.<\/li>\n<li>Update minimum PHP requirement to 5.6.<\/li>\n<li>Update compatibility tested-up-to to WordPress 6.1.<\/li>\n<li>PHP 8.0, 8.1, and 8.2 compatibility fixes.<\/li>\n<li>Fix a bug causing blank lines in content to be ignored when using the Regex Parser.<\/li>\n<li>Fix a bug resulting in a PHP fatal error when IMPORT_DEBUG is enabled and a category creation error occurs.<\/li>\n<li>Improved Unit testing &amp; automated testing.<\/li>\n<\/ul>\n<h4>0.7<\/h4>\n<ul>\n<li>Update minimum WordPress requirement to 3.7 and ensure compatibility with PHP 7.4.<\/li>\n<li>Fix bug that caused not importing term meta.<\/li>\n<li>Fix bug that caused slashes to be stripped from imported meta data.<\/li>\n<li>Fix bug that prevented import of serialized meta data.<\/li>\n<li>Fix file size check after download of remote files with HTTP compression enabled.<\/li>\n<li>Improve accessibility of form fields by adding missing labels.<\/li>\n<li>Improve imports for remote file URLs without name and\/or extension.<\/li>\n<li>Add support for <code>wp:base_blog_url<\/code> field to allow importing multiple files with WP-CLI.<\/li>\n<li>Add support for term meta parsing when using the regular expressions or XML parser.<\/li>\n<li>Developers: All PHP classes have been moved into their own files.<\/li>\n<li>Developers: Allow to change <code>IMPORT_DEBUG<\/code> via <code>wp-config.php<\/code> and change default value to the value of <code>WP_DEBUG<\/code>.<\/li>\n<\/ul>\n<h4>0.6.4<\/h4>\n<ul>\n<li>Improve PHP7 compatibility.<\/li>\n<li>Fix bug that caused slashes to be stripped from imported comments.<\/li>\n<li>Fix for various deprecation notices including <code>wp_get_http()<\/code> and <code>screen_icon()<\/code>.<\/li>\n<li>Fix for importing export files with multiline term meta data.<\/li>\n<\/ul>\n<h4>0.6.3<\/h4>\n<ul>\n<li>Add support for import term metadata.<\/li>\n<li>Fix bug that caused slashes to be stripped from imported content.<\/li>\n<li>Fix bug that caused characters to be stripped inside of CDATA in some cases.<\/li>\n<li>Fix PHP notices.<\/li>\n<\/ul>\n<h4>0.6.2<\/h4>\n<ul>\n<li>Add <code>wp_import_existing_post<\/code> filter, see <a target=\"_blank\" href=\"https:\/\/core.trac.wordpress.org\/ticket\/33721\" rel=\"nofollow ugc noopener\" class=\"broken_link\">Trac ticket #33721<\/a>.<\/li>\n<\/ul>\n<h4>0.6<\/h4>\n<ul>\n<li>Support for WXR 1.2 and multiple CDATA sections<\/li>\n<li>Post aren\u2019t duplicates if their post_type\u2019s are different<\/li>\n<\/ul>\n<h4>0.5.2<\/h4>\n<ul>\n<li>Double check that the uploaded export file exists before processing it. This prevents incorrect error messages when<br \/>\nan export file is uploaded to a server with bad permissions and WordPress 3.3 or 3.3.1 is being used.<\/li>\n<\/ul>\n<h4>0.5<\/h4>\n<ul>\n<li>Import comment meta (requires export from WordPress 3.2)<\/li>\n<li>Minor bugfixes and enhancements<\/li>\n<\/ul>\n<h4>0.4<\/h4>\n<ul>\n<li>Map comment user_id where possible<\/li>\n<li>Import attachments from <code>wp:attachment_url<\/code><\/li>\n<li>Upload attachments to correct directory<\/li>\n<li>Remap resized image URLs correctly<\/li>\n<\/ul>\n<h4>0.3<\/h4>\n<ul>\n<li>Use an XML Parser if possible<\/li>\n<li>Proper import support for nav menus<\/li>\n<li>\u2026 and much more, see <a target=\"_blank\" href=\"https:\/\/core.trac.wordpress.org\/ticket\/15197\" rel=\"nofollow ugc noopener\" class=\"broken_link\">Trac ticket #15197<\/a><\/li>\n<\/ul>\n<h4>0.1<\/h4>\n<ul>\n<li>Initial release<\/li>\n<\/ul>\n<\/div><\/div>\n<p><!-- .entry-content --><\/p>\n<p>\t<!-- .entry-meta --><br \/>\n<\/article>\n<p><br \/>\n<br \/><a href=\"https:\/\/wordpress.org\/plugins\/wordpress-importer\/\" target=\"_blank\" rel=\"noopener\">Source link <\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>WordPress Importer By WordPress.org Download Details Reviews Installation Development Support Description The WordPress Importer will import the following content from a WordPress export file: Posts, pages and other custom post types Comments and comment meta Custom fields and post meta Categories, tags and terms from custom taxonomies and term meta Authors For further information and [&hellip;]<\/p>","protected":false},"author":21,"featured_media":3087,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"give_campaign_id":0,"footnotes":""},"categories":[1933,39,40],"tags":[2015,1955],"class_list":["post-3086","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-community-plugin","category-lite-version","category-wp-plugin-solution","tag-importer","tag-wordpress"],"acf":[],"fifu_image_url":"https:\/\/ps.w.org\/wordpress-importer\/assets\/banner-772x250.png?rev=547654","_links":{"self":[{"href":"https:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/posts\/3086","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/users\/21"}],"replies":[{"embeddable":true,"href":"https:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/comments?post=3086"}],"version-history":[{"count":0,"href":"https:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/posts\/3086\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/media\/3087"}],"wp:attachment":[{"href":"https:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/media?parent=3086"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/categories?post=3086"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/tags?post=3086"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}