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

Custom Post Type Maker

설명

Custom Post Type Maker is the perfect plugin to create Custom Post Types and custom Taxonomies in a user friendly way, just like managing your regular posts and pages.

Originally by Bakhuys.

Features

  • Fully integrates with the WordPress API, for the best compatibility
  • Lets you create Custom Post Types and custom Taxonomies without the need of writing any code
  • Provides an interface to manage your Custom Post Types, just like managing your regular posts and pages
  • Provides almost all the parameters of the WordPress CPT API
  • Shows you a list of all other registered Custom Post Types and custom Taxonomies in WordPress
  • Uses the WordPress Media Uploader or Dash Icons (Native WordPress Icons) to let you manage the Custom Post Type icon

Additional configuration

You can add CPTM_DONT_GENERATE_ICON in wp-config.php to prevent CPTM to generate the 16x16px WordPress image_size. You can do this after you upload an initial icon.
We’ve added this option because some users have very large image galleries and the additional WordPress image_size matters.

스크린샷

  • Creating Custom Post Types
  • Overview of your created Custom Post Types
  • Creating custom Taxonomies

설치

  1. Upload ‘custom-post-type-maker’ to the ‘/wp-content/plugins/’ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Click the new menu item ‘Post Types’ to create a Custom Post Type or a custom Taxonomy.

FAQ

Where do I get support?

Ask your question in the Support Forums. Please note that due to restricted time availability we’re not actively answering questions, unless a real bug is reported. See: “What should I try before reporting a bug” section.

What should I try before reporting a bug?

  1. Disable all your plugins except “Custom Post Type Maker”.
  2. See if the plugin behaves normally with the default WordPress theme.
  3. Try to run the plugin on a clean WordPress install.

If all of this fails, see: “How should I report bugs?” section.

How should I report bugs?

Please report your bug on GitHub. Issues will not be handled elsewhere.

Make sure you attach to the report:
1. Your WordPress version
2. Your plugin version
3. Screenshots
4. Steps to reproduce the problem
5. Anything else you think would be useful to pinpoint the problem

How do I request a feature?

We’re supporting this plugin but not actively developing it. If you’re interested to contribute you can submit a PR on GitHub.

How do I get the plugin in my own language?

You’ll have to do it yourself. Help translate this plugin.

후기

2020년 7월 15일 답글 1개
Must-have plug-in for creating custom post types and custom taxonomies! I use it on almost every project in combination with Oxygen Builder and it just works flawless. Keep up the good work!
2018년 12월 1일
Well, this just worked. 🙂 Couldn’t be happier. Everything shows up correctly, things are rolling along – my project advances. I’d pay for a pro version – but please, make a perpetual license (make it pricy enough to cover ~4 years of yearly licenses so you’ll have yourself covered), if you enter the premium-plugin market! – JP
2018년 5월 15일 답글 1개
Been using this plugin for a while and it works like a charm. Not bloated with ads or other crap and does its job! Thank you!
2017년 8월 1일
I’ve used a couple of CPT plugins and this one works well, is simple to use, and doesn’t conflict with any of the (many) other plugins I’m using. Best of all when I discovered a problem, I got excellent support from the author with a new update fixing the issue immediately.
2016년 9월 3일
i particularly liked the display of post types and taxonomies registered by a third party. It’s straight to the point and effective.
2016년 9월 3일
Nice solution for custom post types and taxonomies. Thanks for share…
모든 17 평가 읽기

기여자 & 개발자

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

기여자

“Custom Post Type Maker”(이)가 4 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Custom Post Type Maker”(을)를 번역하세요.

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

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

변경이력

1.2.0

  • Added CPTM_DONT_GENERATE_ICON constant for disabling the 16x16px image_size via wp-config.php as suggested by @clubside and @ldeejay
  • Fixed spelling as suggested by @ldeejay
  • Compatibility with latest version of WP

1.1.15

  • Better sanitize taxonomy name as suggested by @ldeejay

1.1.14

  • Compatibility with future version of WP

1.1.13

  • Fix translations. Add .pot template file, reported by @wicko77

1.1.12

  • Remove ‘All’ from taxonomy names as suggested by @gnowland

1.1.11

  • Update assets

1.1.10

  • Compatibility with future version of WP

1.1.9

  • Compatibility with future version of WP

1.1.8

  • Fixes undefined variable (Thanks @richardshea,@kubik101)#20, #20

1.1.7

  • Makes code compatible with WordPressCore PHP Linter
  • Marks plugin compatible with future WordPress versions

1.1.6

  • Fixes tab navigation (Thanks @mediengestalter2)#16

1.1.5

  • Add ability to show custom post in REST API (Thanks @asithade)#14.

1.1.4

  • Add ability to show custom taxonomy column in post listing.

1.1.3

  • Removed forgotten development dump. Sorry about that.

1.1.2

  • [Bugfix] Make with_front available in register_post when set to false (Credit: @cmerrick). Closes: #7

1.1.1

  • [Feature] Auto-flush rewrite rules on: custom post save, plugin activation, plugin deactivation.
  • [Bugfix] Made publicly_queryable default to true. This fixes permalink errors after upgrading to v1.1.0 on existing installations.
  • [Localization] Add french translation. (Credit: @momo-fr).

1.1.0

  • [Feature] Implemented publicly_queryable. Closes: #5

1.0.4

  • [Bugfix] Renamed plugin to match WP Plugins

1.0.3

  • [Bugfix] Fix typos

1.0.2

  • [Bugfix] Fixed undefined error that prevented media library from loading

1.0.1

  • Compatibility with future version of WP

1.0.0

  • [Added] Ability to select DashIcons as Custom Post Type icon.
  • [Bugfix] Fixed add_utility_page provokes "deprecated" notice in 4.5.2
  • [Forked] Forked https://wordpress.org/plugins/custom-post-type-maker/