Changeset 694479
- Timestamp:
- 04/09/2013 12:55:51 PM (13 years ago)
- Location:
- pixelpost-importer/trunk
- Files:
-
- 1 added
- 1 edited
-
pixelpost-importer-init.php (added)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pixelpost-importer/trunk/readme.txt
r694467 r694479 1 1 === Pixelpost Importer plugin for WordPress === 2 Contributors: Pierre Bodilis2 Contributors: kerlu 3 3 Donate link: 4 4 Tags: PixelPost, importer … … 24 24 == Installation == 25 25 26 1. Upload `p p2wp_importer` to the `/wp-content/plugins/` directory26 1. Upload `pixelpost-importer` to the `/wp-content/plugins/` directory 27 27 1. Activate the plugin through the 'Plugins' menu in WordPress 28 28 … … 37 37 Here is a small hack-ish redirection script, to set where PixelPost's `index.php` was. Note that this works only if PixelPost and WordPress are installed on the same host. Simply create `index.php` and copy/paste the following script: 38 38 39 `<?php 39 <code> 40 <?php 40 41 41 42 define('WORDPRESS_LOAD', /* insert here the path to wordpress's wp-load.php */); … … 68 69 header( "Location: " . $link ); 69 70 exit(); 70 ` 71 </code> 71 72 72 73 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.