Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

Register Post Types and Taxonomies

Опис

This is a simple plugin that will help you register new Post Types and new Taxonomies.

No ads.

Registering a new Post Type you will have to fill a new name, if you want – you can change the slug or insert a description, select what type of post type you want: public or private. For additional options you can add via hooks.

Registering a new Taxonomy – insert the name ( note: a lot of names are reserved ), change the slug if needed or add a description, select what post type to apply this taxonomy and if you want it to be private or public. Other options you can add via hooks.

I made this plugin with less options because I like to add new post types and taxonomies with basic options.

In the future I plan to add additional features.

Встановлення

  1. Unzip
  2. Upload “register-post-types-and-taxonomies” folder to the “/wp-content/plugins/” directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. To change the settings, go to Dashboard -> Plugins -> Register Post Types / Register Taxonomies.
  5. That’s it!

Часті питання

Why should I use this plugin?

A lot of themes require additional post types for custom posts, like: quotes, videos, etc.

Will it break any other plugins?

I don’t think so.

Won’t this conflict with plugins?

Be sure to disable other plugins that register post types and taxonomies.

Can you add a feature X?

Depends, if its useful enough and I have time for it.

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“Register Post Types and Taxonomies” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “Register Post Types and Taxonomies” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.2

  • Changing an option default value on registering new post type page.

1.1

  • Added option to register a new post type with archive page.

1.0

  • First release.