Title: Pixelpost Importer
Author: Pierre Bodilis
Published: <strong>2013년 4월 9일</strong>
Last modified: 2015년 7월 8일

---

플러그인 검색

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

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](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://ko.wordpress.org/plugins/pixelpost-importer/#description)
 * [평가](https://ko.wordpress.org/plugins/pixelpost-importer/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/pixelpost-importer/#installation)
 * [개발](https://ko.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⌉⌊Admin - Set up the PixelPost
database information⌉[

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/) 2020년 11월 18일 답글 4개

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/) 2024년 2월 23일
답글 2개

<!– 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/) 2016년 9월 3일 답글 10개

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/)

## 기여자 & 개발자

“Pixelpost Importer”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ 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/)는,
[SVN 저장소](https://plugins.svn.wordpress.org/pixelpost-importer/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/pixelpost-importer/)을 [RSS](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://ko.wordpress.org/plugins/tags/importer/)[pixelpost](https://ko.wordpress.org/plugins/tags/pixelpost/)
   [postrating](https://ko.wordpress.org/plugins/tags/postrating/)[postratings](https://ko.wordpress.org/plugins/tags/postratings/)
 *  [고급 보기](https://ko.wordpress.org/plugins/pixelpost-importer/advanced/)

## 평점

 별 5점 만점에 5점.

 *  [  4/5-별점 후기     ](https://wordpress.org/support/plugin/pixelpost-importer/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/pixelpost-importer/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/pixelpost-importer/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/pixelpost-importer/reviews/?filter=2)
 *  [  0/1-별점 후기     ](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/)