Plugin Directory

Changeset 694486


Ignore:
Timestamp:
04/09/2013 01:01:56 PM (13 years ago)
Author:
kerlu
Message:

[merge] merge 694484.

Location:
pixelpost-importer/tags/0.1
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • pixelpost-importer/tags/0.1

  • pixelpost-importer/tags/0.1/readme.txt

    r694467 r694486  
    11=== Pixelpost Importer plugin for WordPress ===
    2 Contributors: Pierre Bodilis
     2Contributors: kerlu
    33Donate link:
    44Tags: PixelPost, importer
    55Requires at least: 3.3
    66Tested up to: 3.5.1
    7 Stable tag:
     7Stable tag: 0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2424== Installation ==
    2525
    26 1. Upload `pp2wp_importer` to the `/wp-content/plugins/` directory
     261. Upload `pixelpost-importer` to the `/wp-content/plugins/` directory
    27271. Activate the plugin through the 'Plugins' menu in WordPress
    2828
     
    3737Here 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:
    3838
    39 `<?php
     39<code>
     40<?php
    4041
    4142define('WORDPRESS_LOAD', /* insert here the path to wordpress's wp-load.php */);
     
    6869header( "Location: " . $link );
    6970exit();
    70 `
     71</code>
    7172
    7273== Screenshots ==
     
    7677== Changelog ==
    7778
    78 
     79No change.
    7980
    8081== Upgrade notice ==
    8182
     83N/A
Note: See TracChangeset for help on using the changeset viewer.