Created an arbitrary type of posts, tell me how to bind to these post types a taxonomy of "tags", as in the standard post type of posts.
In the documentation about this write:
taxonomies (array)
An array of registered taxonomies that will be associated with this type of record, for example: category or post_tag . Can be used instead of calling theregister_taxonomy_for_object_type()function. Taxonomies need to be registered using theregister_taxonomy()function.
Added the taxonomies parameter with the value of array (0 => 'post_tag'), but did not give an effect
Or will you still have to register a new taxonomy?