Title: Pixelpost Importer
Author: Pierre Bodilis
Published: <strong>એપ્રિલ 9, 2013</strong>
Last modified: જુલાઇ 8, 2015

---

પ્લગીન શોધો

![](https://ps.w.org/pixelpost-importer/assets/banner-772x250.png?rev=695233)

આ પલ્ગઇન ** 2 વર્ષથી વધુમાં અપડેટ કરવામાં આવ્યો નથી **. એ કદાચ જાળવવામાં અથવા સપોર્ટેડ
નહી હોય. વર્ડપ્રેસ ના વધુ તાજેતરનાં સંસ્કરણો સાથે ઉપયોગમાં લેવાય તો સુસંગતતા મુદ્દાઓ
હોઈ શકે છે.

![](https://s.w.org/plugins/geopattern-icon/pixelpost-importer_626c71.svg)

# Pixelpost Importer

 [Pierre Bodilis](https://profiles.wordpress.org/kerlu/) દ્વારા

[ડાઉનલોડ](https://downloads.wordpress.org/plugin/pixelpost-importer.1.0.zip)

 * [વિગતો](https://gu.wordpress.org/plugins/pixelpost-importer/#description)
 * [સમીક્ષાઓ](https://gu.wordpress.org/plugins/pixelpost-importer/#reviews)
 *  [સ્થાપન](https://gu.wordpress.org/plugins/pixelpost-importer/#installation)
 * [ડેવલપમેન્ટ](https://gu.wordpress.org/plugins/pixelpost-importer/#developers)

 [સપોર્ટ](https://wordpress.org/support/plugin/pixelpost-importer/)

## વર્ણન

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.

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.

## સ્ક્રીનશોટ

 * [[
 * Admin – Set up the PixelPost database information

## સ્થાપન

 1. Upload `pixelpost-importer` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

#### Usage

 1. in WP admin interface, go to Tools>Importer
 2. Click on Pixelpost, then set up the PixelPost database settings (in pixelpost.php).
 3. 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)

## એફએક્યુ (FAQ)

### What exactly are imported ?

Categories, Posts, and Comments. Tags are not supported in this version.

### How can I keep my old PixelPost links?

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:

    ```
    <?php

    define('WORDPRESS_LOAD', /* insert here the path to wordpress's wp-load.php */);

    if( ! isset($wp_did_header) ) {
        $wp_did_header = true;
        require_once( WORDPRESS_LOAD );
        wp();
    }


    $link = home_url('/');

    if( isset( $_GET['showimage']) && class_exists('PP_Importer') ) {
        $pp_post_id = intval( $_GET['showimage'] );
        $pp_importer = new PP_Importer();
        $wp_post_id = $pp_importer->get_pp2wp_wp_post_id($pp_post_id);
        $link = get_permalink( $wp_post_id );
    } else if( isset( $_GET['x'] ) ) {
        switch($_GET['x']) {
            case 'rss':
                $link = get_bloginfo('rss2_url');
                break;
            case 'browse': // todo one dayœ
                break;
        }
    }

    header( "Status: 301 Moved Permanently", false, 301 );
    header( "Location: " . $link );
    exit();
    ```

## સમીક્ષાઓ

![](https://secure.gravatar.com/avatar/c02e1650893615680672a367f4df6f758f9e74c1b1a7690043d4e9576b715089?
s=60&d=retro&r=g)

### 󠀁[Works – Fine! But functionality should be expanded …?](https://wordpress.org/support/topic/works-fine-but-functionality-should-be-expanded/)󠁿

 [aundc](https://profiles.wordpress.org/aundc/) નવેમ્બર 18, 2020 4 replies

just did work with newest WP Version 5.5.3 (!) – reading Pixelpost categories and
posts best, comments too. so this first work’s done perfectly. But i’m missing badly
the feature to import all the millions of terms/ tags -and yes – the ratings! Are
there any plans for that? thx!

![](https://secure.gravatar.com/avatar/636cccbd5ca355e633c197abdb34482184b8830f923962a64e083257febc253c?
s=60&d=retro&r=g)

### 󠀁[still works for me](https://wordpress.org/support/topic/works-for-me-195/)󠁿

 [brighton beach](https://profiles.wordpress.org/brighton-beach/) ફેબ્રુવારી 23,
2024 2 replies

<!– wp:paragraph –> <p class=””>Edit 02.2024</p> <!– /wp:paragraph –> <!– wp:paragraph–
> <p class=””>Had to transfer 2000+ images from an ancient pp again after so many
years. This plugin still works like a charm with wordpress 6.4.3</p> <!– /wp:paragraph–
> <!– wp:paragraph –> <p class=””>Thank you very much Pierre!</p> <!– /wp:paragraph–
>

![](https://secure.gravatar.com/avatar/5945be9c6ce886516fb5302b0c5671265fce2ad9ea9ffe7080fc0aec678501ec?
s=60&d=retro&r=g)

### 󠀁[Doesnt work for me](https://wordpress.org/support/topic/doesnt-work-for-me-86/)󠁿

 [edenlong](https://profiles.wordpress.org/edenlong/) સપ્ટેમ્બર 3, 2016 10 replies

Hello 🙂 I guess I am one of the last ones to try to export my pixelpost to wordpress
haha ! It doesnt seem to work : after I click on import categories, nothing happens
at all. Would you mind telling me if there is something to do ?

 [ 4 સમીક્ષાઓ વાંચો ](https://wordpress.org/support/plugin/pixelpost-importer/reviews/)

## ફાળો આપનાર & ડેવલપર્સ

આ ઓપન સોર્સ સોફ્ટવેર છે. નીચેના લોકો એ આ પ્લગિન માટે ફાળો આપ્યો છે.

ફાળો આપનારા

 *   [ Pierre Bodilis ](https://profiles.wordpress.org/kerlu/)

[“Pixelpost Importer” ને તમારી ભાષામાં અનુવાદ કરો.](https://translate.wordpress.org/projects/wp-plugins/pixelpost-importer)

### વિકાસમાં રસ ધરાવો છો?

[કોડ બ્રાઉઝ કરો](https://plugins.trac.wordpress.org/browser/pixelpost-importer/),
જોવો[અસ્વીએન રેપોઝિટરીમાંથી](https://plugins.svn.wordpress.org/pixelpost-importer/),
અથવા સબ્સ્ક્રાઇબ કરો[ડેવલપમેન્ટ](https://plugins.trac.wordpress.org/log/pixelpost-importer/)
દ્વારા[આરઅસઅસ](https://plugins.trac.wordpress.org/log/pixelpost-importer/?limit=100&mode=stop_on_copy&format=rss).

## ચેન્જલૉગ

#### 0.1.2

 * fix ratings importer

## મેટા

 *  વર્ઝન **0.1.2**
 *  છેલ્લી અપડેટ: **11 વર્ષ પહેલા**
 *  સક્રિય સ્થાપનો: **10+**
 *  વર્ડપ્રેસ વર્ઝન ** 3.3 અથવા ઉચ્ચતર **
 *  **4.2.39** સુધી પરીક્ષણ કર્યું
 *  ભાષા
 * [English (US)](https://wordpress.org/plugins/pixelpost-importer/)
 * ટૅગ્સ:
 * [importer](https://gu.wordpress.org/plugins/tags/importer/)[pixelpost](https://gu.wordpress.org/plugins/tags/pixelpost/)
   [postrating](https://gu.wordpress.org/plugins/tags/postrating/)[postratings](https://gu.wordpress.org/plugins/tags/postratings/)
 *  [વિગતવાર દૃશ્ય](https://gu.wordpress.org/plugins/pixelpost-importer/advanced/)

## પૉઇન્ટ્સ

 5 out of 5 stars.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/pixelpost-importer/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/pixelpost-importer/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/pixelpost-importer/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/pixelpost-importer/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/pixelpost-importer/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/pixelpost-importer/reviews/#new-post)

[બધા  સમીક્ષાઓ જુઓ](https://wordpress.org/support/plugin/pixelpost-importer/reviews/)

## ફાળો આપનારા

 *   [ Pierre Bodilis ](https://profiles.wordpress.org/kerlu/)

## સપોર્ટ

કંઈક કહેવું છે? મદદ જોઈએ છે?

 [આધાર ફોરમ જુઓ](https://wordpress.org/support/plugin/pixelpost-importer/)