#14079 closed defect (bug) (fixed)
wp_unique_post_slug does not work properly for hierarchical custom posts types
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.0.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Posts, Post Types | Keywords: | |
Focuses: | Cc: |
Description
Custom post types with hierarchy set to true, will still have a suffix appended to the slug if the post name is not unique.
Currently you will have to apply the 'hierarchical_post_types' filter to your custom post type. However, this should be done through register_post_type().
Note: See
TracTickets for help on using
tickets.
Should become:
If we don't want to completely remove the filter, we should array_merge them.