Title: Post Tags Export/Import
Author: BaiatuLuTata
Published: <strong>2025년 7월 11일</strong>
Last modified: 2025년 12월 8일

---

플러그인 검색

![](https://ps.w.org/post-tags-exportimport/assets/banner-772x250.png?rev=3326087)

![](https://ps.w.org/post-tags-exportimport/assets/icon-256x256.png?rev=3326087)

# Post Tags Export/Import

 작성자: [BaiatuLuTata](https://profiles.wordpress.org/baiatulutata/)

[다운로드](https://downloads.wordpress.org/plugin/post-tags-exportimport.1.4.3.zip)

 * [세부사항](https://ko.wordpress.org/plugins/post-tags-exportimport/#description)
 * [평가](https://ko.wordpress.org/plugins/post-tags-exportimport/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/post-tags-exportimport/#installation)
 * [개발](https://ko.wordpress.org/plugins/post-tags-exportimport/#developers)

 [지원](https://wordpress.org/support/plugin/post-tags-exportimport/)

## 설명

Do you need to back up your post tags, migrate them to another site, or perform 
a bulk update in a spreadsheet? **Post Tags Export/Import** is the perfect tool 
for the job.

This plugin provides a simple interface under “Tools” in your WordPress admin area
to handle two key tasks:

 1. **Export Posts to JSON:** With a single click, you can download a clean JSON file
    containing the `title`, `slug`, and an array of `tags` for every post on your site.
 2. **Import Tags from JSON:** Upload a JSON file (in the same format as the one you
    exported) to bulk update tags. The plugin uses the post `slug` to identify which
    post to update and **replaces** its existing tags with the ones from the file.

This is incredibly useful for:
 * Backing up and restoring tag structures. * Editing
tags offline in bulk using a text editor or script. * Migrating tag information 
between staging and production environments. * Quickly applying a new set of tags
to hundreds of posts.

The plugin is designed to be lightweight, secure, and easy to use.

## 스크린샷

[⌊The main admin page showing the Export and Import sections.⌉⌊The main admin page
showing the Export and Import sections.⌉[

The main admin page showing the Export and Import sections.

## 설치

You can install the plugin in a few simple steps:

**From your WordPress dashboard (easiest):** 1. Navigate to ‘Plugins’ > ‘Add New’.
2. Search for ‘Post Tags Export/Import’. 3. Click ‘Install Now’ and then ‘Activate’.

**Manual Installation:** 1. Download the plugin zip file from the repository. 2.
Unzip the file to get the `post-tags-export-import` directory. 3. Upload the `post-
tags-export-import` directory to the `/wp-content/plugins/` directory on your server.
4. Go to the ‘Plugins’ page in your WordPress admin and click ‘Activate’ for the“
Post Tags Export/Import” plugin.

**After Activation:** 1. Navigate to ‘Tools’ > ‘Post Tags Export/Import’ to access
the plugin’s page.

## FAQ

### Where do I find the settings page?

You can find the plugin’s page in your WordPress admin dashboard under **Tools -
> Post Tags Export/Import**.

### What is the format of the JSON file?

The JSON file is an array of objects. Each object represents a post and must contain
a `slug` (string) and `tags` (array of strings). The `title` is included for reference
in the export but is not used during the import.

Example:
 [ { “title”: “My First Blog Post”, “slug”: “my-first-blog-post”, “tags”:[“
news”, “updates”] }, { “title”: “A Guide to WordPress”, “slug”: “a-guide-to-wordpress”,“
tags”: [“wordpress”, “guide”, “tutorial”] } ]

### What happens if a slug in my import file doesn’t exist on my site?

The plugin will simply skip that entry. The success message after the import will
tell you how many posts were updated and how many were skipped.

### Does the import add to existing tags or replace them?

The import process **replaces** all existing tags on a post with the tags provided
in the JSON file for that post’s slug. If the “tags” array for a post is empty in
the file, it will remove all tags from that post.

### Will this plugin work with Custom Post Types?

Currently, the plugin is designed to work only with the default ‘post’ post type.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

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

기여자

 *   [ BaiatuLuTata ](https://profiles.wordpress.org/baiatulutata/)

[자국어로 “Post Tags Export/Import”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/post-tags-exportimport)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/post-tags-exportimport/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/post-tags-exportimport/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/post-tags-exportimport/)을 [RSS](https://plugins.trac.wordpress.org/log/post-tags-exportimport/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.4.2

 * Sanitize early, Escape Late, Always Validate

#### 1.4.1

 * Update readme.txt and readme.md for clarity.
 * Verified compatibility up to WordPress 6.8.

#### 1.4.0

 * Security Enhancement: Refactored all function names with the `PTIMPEX_` prefix
   to prevent conflicts.
 * Added `Requires at least` and `Requires PHP` headers for better dependency management.
 * Minor code cleanup and comment improvements.

#### 1.0.0

 * Initial release.
 * Functionality to export all posts to JSON.
 * Functionality to import tags from JSON, replacing existing tags.

## 기초

 *  버전 **1.4.3**
 *  최근 업데이트: **10개월 전**
 *  활성화된 설치 **20+**
 *  워드프레스 버전 ** 5.0 또는 그 이상 **
 *  다음까지 시험됨: **6.9.9**
 *  PHP 버전 ** 7.2 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/post-tags-exportimport/)
 * 태그:
 * [bulk edit](https://ko.wordpress.org/plugins/tags/bulk-edit/)[export](https://ko.wordpress.org/plugins/tags/export/)
   [import](https://ko.wordpress.org/plugins/tags/import/)[migration](https://ko.wordpress.org/plugins/tags/migration/)
   [tag management](https://ko.wordpress.org/plugins/tags/tag-management/)
 *  [고급 보기](https://ko.wordpress.org/plugins/post-tags-exportimport/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/post-tags-exportimport/reviews/)

## 기여자

 *   [ BaiatuLuTata ](https://profiles.wordpress.org/baiatulutata/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/post-tags-exportimport/)