ニュース

Custom Post Type UI (CPTUI) provides an easy to use interface to create and administer custom post types and taxonomies for WordPress. CPTUI does NOT handle display of registered post types or ...
カスタム投稿が簡単に作れるCustom Post Type UI WordPressは、デフォルトで搭載されている投稿とは別にオリジナルの投稿「カスタム投稿」を増やす事ができます。通常はfunctions.phpに40行程度記述するのですが、それをもっと簡単にしてくれるのが、Custom Post Type UIです。
Description Custom Post Type UI (CPTUI) provides an easy to use interface to create and administer custom post types and taxonomies for WordPress.
The traditional way to do this is to modify your functions.php to register your new custom post type. For the purposes of this guide, we’ll be using a plugin called Custom Post Type UI.