Draft Post Generator

설명

Draft Post Generator is a WordPress plugin that allows bulk creation of draft posts from a list of titles. It supports custom post types and allows for hierarchical structures using hyphens to indicate nesting.

Features

  • Bulk draft post creation from newline-delimited titles.
  • Hierarchical post generation using hyphens (if post type supports parent).
  • Supports all public custom post types.
  • Integrated into the WordPress admin Tools menu.

Usage

  1. Navigate to Tools Draft Post Generator in the WordPress admin menu.
  2. Enter post titles, one per line. Use hyphens to indicate hierarchy.
  3. Select the desired post type and post status.
  4. Click Generate Drafts to create the posts.

Title Hierarchy Rules

  • Top-level posts: No hyphens (e.g., Post A)
  • Child posts: One hyphen (e.g., - Post B)
  • Grandchild posts: Two hyphens (e.g., -- Post C)

Example Hierarchy

Home Page
About Us
– Team
– History
Services
– Web Development
– Graphic Design

License

This plugin is licensed under the GNU General Public License v2.0 or later.
See https://www.gnu.org/licenses/gpl-2.0.html for full license text.

스크린샷

  • Admin form for bulk draft creation with hierarchy support.
  • Hierarchical list of generated pages

설치

  1. Download the plugin files or clone the repository.
  2. Upload the plugin folder to your WordPress /wp-content/plugins/ directory.
  3. Go to the Plugins menu in WordPress and activate Draft Post Generator.

FAQ

Does it support pages or custom post types?

Yes. You can select any public post type, including custom ones.

Does it publish the posts?

The plugin defaults to creating drafts. You can select a different post status before generating.

후기

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

기여자 & 개발자

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

기여자

자국어로 “Draft Post Generator”(을)를 번역하세요.

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

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.2

Minor updates with safe redirects, escaping error message on insert.

1.0.1

Minor updates with escape variables, languages support.

1.0.0

  • Initial release.