Changeset 694502
- Timestamp:
- 04/09/2013 01:20:45 PM (13 years ago)
- File:
-
- 1 edited
-
pixelpost-importer/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pixelpost-importer/trunk/readme.txt
r694484 r694502 13 13 == Description == 14 14 15 Set up your PixelPost database info, and let it work for a while. It’ll import categories, posts and comments. It ’ll left a new table in the database, used by the provided index.phpto keep the old link alive, by redirecting them to the new uri.15 Set up your PixelPost database info, and let it work for a while. It’ll import categories, posts and comments. It leaves a new table in the database, used by the provided index.php (see FAQ) to keep the old link alive, by redirecting them to the new uri. 16 16 17 17 Imported posts are imported as posts with an "image" format in wordpress, the image attached to the imported post. A "more" separator is inserted between the image and the post content. 18 18 19 How to use:20 1. in WP admin interface, go to Tools>Importer21 1. Click on Pixelpost, then set up the PixelPost database settings (in pixelpost.php).22 1. Click on "import categories", then click on "import posts". Depending on the number of posts in your PixelPost set up, this may take long (around 30 to 40 min in my case, I had around 850 posts)23 19 24 20 == Installation == … … 26 22 1. Upload `pixelpost-importer` to the `/wp-content/plugins/` directory 27 23 1. Activate the plugin through the 'Plugins' menu in WordPress 24 25 = Usage = 26 1. in WP admin interface, go to Tools>Importer 27 1. Click on Pixelpost, then set up the PixelPost database settings (in pixelpost.php). 28 1. Click on "import categories", then click on "import posts". Depending on the number of posts in your PixelPost set up, this may take long (around 30 to 40 min in my case, I had around 850 posts) 28 29 29 30 == Frequently asked questions ==
Note: See TracChangeset
for help on using the changeset viewer.