| 1 |
=== Substack Importer === |
| 2 |
Contributors: wordpressdotorg |
| 3 |
Tags: importer, substack |
| 4 |
Requires at least: 5.2 |
| 5 |
Tested up to: 5.7.1 |
| 6 |
Requires PHP: 5.6 |
| 7 |
Stable tag: 1.0.3 |
| 8 |
License: GPLv2 or later |
| 9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html |
| 10 |
|
| 11 |
The Substack Importer allows you to import content from a Substack newsletter into your WordPress site. |
| 12 |
|
| 13 |
== Description == |
| 14 |
|
| 15 |
The Substack Importer will import content from an export file downloaded from your Substack newsletter. |
| 16 |
|
| 17 |
The following content will be imported: |
| 18 |
|
| 19 |
- Posts and images. |
| 20 |
- Podcasts. |
| 21 |
- Comments (only for publicly accessible posts). |
| 22 |
- Author information. |
| 23 |
|
| 24 |
In the future, we plan to improve the importer by: |
| 25 |
|
| 26 |
- Mailing lists. |
| 27 |
- Enhancing the performance of processing export files with many posts and media. |
| 28 |
|
| 29 |
== Installation == |
| 30 |
|
| 31 |
This plugin depends on the [WordPress Importer](https://wordpress.org/plugins/wordpress-importer) plugin which needs to be installed first. |
| 32 |
|
| 33 |
To install the Substack Importer: |
| 34 |
|
| 35 |
1. Upload the `substack-importer` directory to the `/wp-content/plugins/` directory |
| 36 |
1. Activate the plugin through the 'Plugins' menu in WordPress |
| 37 |
|
| 38 |
== Changelog == |
| 39 |
|
| 40 |
= 1.0.3 = |
| 41 |
* Identify authors for draft posts as "Draft Posts" |
| 42 |
|
| 43 |
= 1.0.2 = |
| 44 |
* Republishing to fix a CI error. |
| 45 |
|
| 46 |
= 1.0.1 = |
| 47 |
* Remove unnecessary load_meta_data line. |
| 48 |
* Fix embeds not displaying properly on website. |
| 49 |
|
| 50 |
= 1.0.0 = |
| 51 |
* Add post meta for paid content. |
| 52 |
* Convert Instagram embed to a link. |
| 53 |
* Add the subtitle as a H2 at the beginning of the post. |
| 54 |
* Set the correct comment_status for posts. |
| 55 |
|
| 56 |
= 0.1.0 = |
| 57 |
* Refactored the importer. |
| 58 |
* Add support for authors. |
| 59 |
* Add support for comments. |
| 60 |
* Conversion of content to Gutenberg blocks. |
| 61 |
* Convert the export to WXR and use the WordPress Importer plugin to import the WXR. |
| 62 |
* Add progress indicator |
| 63 |
* Add support for attachments. |
| 64 |
|
| 65 |
= 0.1 = |
| 66 |
Early proof-of-concept version. |
| 67 |
|
| 68 |
== Frequently Asked Questions == |
| 69 |
|
| 70 |
= After about 30 seconds, the import stops and I am seeing a blank screen. What happened? = |
| 71 |
When trying to import a large number of posts and images, timeouts can occur. To solve this, you can try to run the import |
| 72 |
several times until all content has been imported. |
| 73 |
|