| 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: 0.1.0 |
| 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 |
= 0.1.0 = |
| 41 |
* Initial version of the Substack Importer |
| 42 |
|
| 43 |
== Frequently Asked Questions == |
| 44 |
|
| 45 |
= After about 30 seconds, the import stops and I am seeing a blank screen. What happened? = |
| 46 |
When trying to import a large number of posts and images, timeouts can occur. To solve this, you can try to run the import |
| 47 |
several times until all content has been imported. |
| 48 |
|