Title: DCP – Data Content Publisher
Author: dcpdev
Published: <strong>2026년 5월 29일</strong>
Last modified: 2026년 5월 29일

---

플러그인 검색

![](https://ps.w.org/dcp-data-content-publisher/assets/banner-772x250.png?rev=3553726)

![](https://ps.w.org/dcp-data-content-publisher/assets/icon-256x256.png?rev=3553726)

# DCP – Data Content Publisher

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

[다운로드](https://downloads.wordpress.org/plugin/dcp-data-content-publisher.1.0.4.zip)

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

 [지원](https://wordpress.org/support/plugin/dcp-data-content-publisher/)

## 설명

Data Content Publisher (DCP) lets you manage structured data inside WordPress and
turn it into real, editable posts at scale.

**How it works:**

 1. Create a database — define columns (text, numbers, images, URLs), add rows manually
    or import from CSV.
 2. Write a template — use placeholders like `[column_name]`, conditions `[if]`, and
    loops `[repeat]` to design how each entry looks.
 3. Publish — bulk-generate real WordPress posts from your data, or drop a shortcode
    on any existing page to display data inline.

Every generated post is a normal WordPress post. You can edit it individually, hand
it to a writer, or leave it as-is. Titles and data fields are filled in automatically.
Internal links between generated pages are built into your template — no extra plugin
needed.

**Key Features:**

 * Custom databases with dedicated MySQL tables (not wp_postmeta)
 * Template engine with conditionals, loops, nested templates, and calculations
 * Bulk WordPress post generation — real posts, not virtual pages
 * CSV import and export (works with Google Sheets / Excel)
 * Shortcode-driven display with advanced filtering (greater than, less than, like,
   in, not in)
 * Update data once — every page that references it changes instantly
 * Works with any theme, editor, or builder that supports WordPress shortcodes
 * AI-ready documentation included — feed it to ChatGPT or Claude for template writing
   support

**Use Cases:**

 * Programmatic SEO — generate hundreds of location or product pages from a spreadsheet
 * Directory and listing sites — businesses, services, providers
 * Comparison and affiliate sites — product databases, pricing tables
 * Any structured content where you manage data separately from page layout

**Features:**

 * One custom database with unlimited entries
 * Template engine with conditions, loops, and nesting
 * Article generation from database entries
 * Table builder with pagination and sorting
 * CSV import and export
 * Sort presets and filter configuration
 * AI-ready documentation

The free version includes one full-featured database. Upgrade to DCP Pro for unlimited
independent databases, or DCP Advanced for cross-database relations.

## 설치

 1. Upload the plugin folder to `/wp-content/plugins/`
 2. Activate through the ‘Plugins’ menu in WordPress
 3. Go to “DCP” in the admin menu to create your first database

## FAQ

### What is DCP?

DCP (Data Content Publisher) is a custom database plugin that lets you create structured
databases, design templates, and bulk-generate pages from your data — all without
writing code.

### Do I need a page builder like Elementor or Gutenberg blocks?

No. DCP uses its own template editor and outputs content via shortcodes. It works
with any theme and any editor that supports WordPress shortcodes.

### Can I import data from CSV or Google Sheets?

Yes. Export from Google Sheets or Excel as CSV, then import directly into DCP. The
import handles BOM, column mapping, and duplicate detection automatically.

### How do I generate bulk pages from my database?

Create a template, bind it to your database, then click “Generate Articles.” DCP
creates real WordPress posts — one per entry — that are individually editable and
indexable by search engines.

### Does DCP support programmatic SEO?

Yes. DCP is designed for programmatic SEO workflows. Import structured data via 
CSV, design templates with conditionals and loops, then bulk-generate hundreds of
optimized pages in one click.

### What kind of posts does it generate?

Real WordPress posts. They appear in your post list, support revisions, and work
with SEO plugins. Each one is individually editable — unlike virtual page generators.

### Does it work without other plugins?

Yes. DCP is a single, self-contained plugin. You do not need a separate custom fields
plugin, import plugin, or page builder to use it.

### Can I display database content without generating posts?

Yes. Use `[dcpub_template]` to display template output, or `[dcpub_lookup]` to insert
one field value inline.

### Can I upgrade to get more features?

Yes. DCP Pro adds unlimited independent databases for multiple content projects 
on one WordPress site. DCP Advanced adds cross-database relations. All your existing
data carries over seamlessly.

### What happens to my data if I deactivate or uninstall?

Your data is stored in dedicated MySQL tables and is never deleted when you deactivate.
You retain full access to existing data when you reactivate.

### What are Relations?

Relations connect entries across different databases (e.g., Products to Categories,
Articles to Authors). This feature is available in DCP Advanced.

### Is there a free version?

Yes. This plugin is the free version. It includes one full-featured database with
unlimited entries, templates, article generation, table builder, and CSV import/
export.

### Does this plugin connect to external services?

This plugin uses [Freemius](https://freemius.com/) SDK for optional usage tracking
and license management. On activation, users are presented with an opt-in screen.
If you choose to skip, **no data is sent** — the plugin works fully offline. If 
you opt in, non-sensitive diagnostic data (PHP version, WordPress version, site 
URL) is sent to Freemius servers to help improve the plugin.

 * Freemius Terms of Service: [https://freemius.com/terms/](https://freemius.com/terms/)
 * Freemius Privacy Policy: [https://freemius.com/privacy/](https://freemius.com/privacy/)

## 후기

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

## 기여자 & 개발자

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

기여자

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

[자국어로 “DCP – Data Content Publisher”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/dcp-data-content-publisher)

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

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

## 변경이력

#### 1.0.4

 * Minor admin workflow fixes and release preparation updates.

#### 1.0.3

 * Fixed an outdated upgrade link in the article generation screen.

#### 1.0.2

 * Initial release

## 기초

 *  버전 **1.0.4**
 *  최근 업데이트: **1개월 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 6.2 또는 그 이상 **
 *  다음까지 시험됨: **6.9.4**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/dcp-data-content-publisher/)
 * 태그:
 * [bulk-page-generator](https://ko.wordpress.org/plugins/tags/bulk-page-generator/)
   [content publisher](https://ko.wordpress.org/plugins/tags/content-publisher/)
   [CSV Import](https://ko.wordpress.org/plugins/tags/csv-import/)[custom database](https://ko.wordpress.org/plugins/tags/custom-database/)
   [programmatic seo](https://ko.wordpress.org/plugins/tags/programmatic-seo/)
 *  [고급 보기](https://ko.wordpress.org/plugins/dcp-data-content-publisher/advanced/)

## 평점

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

[Your review](https://wordpress.org/support/plugin/dcp-data-content-publisher/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/dcp-data-content-publisher/reviews/)

## 기여자

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

## 지원

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

 [지원 포럼 보기](https://wordpress.org/support/plugin/dcp-data-content-publisher/)