Переглядаючи відповіді тут, я думаю, що є місце для кращого рішення, яке поєднує в собі деякі речі, про які я дізнався вище, і додає автоматичне виявлення та запобігання повторюваних дублівок.
ПРИМІТКА. Переконайтеся, що ви змінюєте "custom_post_type" для власного імені CPT у моєму прикладі нижче. Існує багато подій, і "знайти / замінити" - це простий спосіб зловити їх усіх. Весь цей код може знаходитись у вашому function.php або у плагіні.
Крок 1: Вимкніть перезаписи у вашому користувальницькому типі публікації, встановивши параметри перезаписів на "помилкові" під час реєстрації публікації:
register_post_type( 'custom_post_type',
array(
'rewrite' => false
)
);
Крок 2: Додайте власні переписування вручну до нижньої частини перезаписів WordPress для нашого custom_post_type
function custom_post_type_rewrites() {
add_rewrite_rule( '[^/]+/attachment/([^/]+)/?$', 'index.php?attachment=$matches[1]', 'bottom');
add_rewrite_rule( '[^/]+/attachment/([^/]+)/trackback/?$', 'index.php?attachment=$matches[1]&tb=1', 'bottom');
add_rewrite_rule( '[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$', 'index.php?attachment=$matches[1]&feed=$matches[2]', 'bottom');
add_rewrite_rule( '[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$', 'index.php?attachment=$matches[1]&feed=$matches[2]', 'bottom');
add_rewrite_rule( '[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$', 'index.php?attachment=$matches[1]&cpage=$matches[2]', 'bottom');
add_rewrite_rule( '[^/]+/attachment/([^/]+)/embed/?$', 'index.php?attachment=$matches[1]&embed=true', 'bottom');
add_rewrite_rule( '([^/]+)/embed/?$', 'index.php?custom_post_type=$matches[1]&embed=true', 'bottom');
add_rewrite_rule( '([^/]+)/trackback/?$', 'index.php?custom_post_type=$matches[1]&tb=1', 'bottom');
add_rewrite_rule( '([^/]+)/page/?([0-9]{1,})/?$', 'index.php?custom_post_type=$matches[1]&paged=$matches[2]', 'bottom');
add_rewrite_rule( '([^/]+)/comment-page-([0-9]{1,})/?$', 'index.php?custom_post_type=$matches[1]&cpage=$matches[2]', 'bottom');
add_rewrite_rule( '([^/]+)(?:/([0-9]+))?/?$', 'index.php?custom_post_type=$matches[1]', 'bottom');
add_rewrite_rule( '[^/]+/([^/]+)/?$', 'index.php?attachment=$matches[1]', 'bottom');
add_rewrite_rule( '[^/]+/([^/]+)/trackback/?$', 'index.php?attachment=$matches[1]&tb=1', 'bottom');
add_rewrite_rule( '[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$', 'index.php?attachment=$matches[1]&feed=$matches[2]', 'bottom');
add_rewrite_rule( '[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$', 'index.php?attachment=$matches[1]&feed=$matches[2]', 'bottom');
add_rewrite_rule( '[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$', 'index.php?attachment=$matches[1]&cpage=$matches[2]', 'bottom');
add_rewrite_rule( '[^/]+/([^/]+)/embed/?$', 'index.php?attachment=$matches[1]&embed=true', 'bottom');
}
add_action( 'init', 'custom_post_type_rewrites' );
ПРИМІТКА. Залежно від ваших потреб, ви можете змінити вищезазначені переписування (відключити зворотні канали? Канали? Тощо). Вони представляють типи "перезаписів" за замовчуванням, які були б створені, якби ви не відключили переписування на кроці 1
Крок 3: Зробіть знову посилання на свій власний тип публікації "досить"
function custom_post_type_permalinks( $post_link, $post, $leavename ) {
if ( isset( $post->post_type ) && 'custom_post_type' == $post->post_type ) {
$post_link = home_url( $post->post_name );
}
return $post_link;
}
add_filter( 'post_type_link', 'custom_post_type_permalinks', 10, 3 );
ПРИМІТКА. Ви можете зупинитися тут, якщо ви не турбуєтесь про те, щоб ваші користувачі створили конфліктну (дублюючу) публікацію іншого типу публікації, що створить ситуацію, коли лише один з них може завантажуватися, коли запит на сторінку.
Крок 4: Запобігання повторення дублікатів публікацій
function prevent_slug_duplicates( $slug, $post_ID, $post_status, $post_type, $post_parent, $original_slug ) {
$check_post_types = array(
'post',
'page',
'custom_post_type'
);
if ( ! in_array( $post_type, $check_post_types ) ) {
return $slug;
}
if ( 'custom_post_type' == $post_type ) {
// Saving a custom_post_type post, check for duplicates in POST or PAGE post types
$post_match = get_page_by_path( $slug, 'OBJECT', 'post' );
$page_match = get_page_by_path( $slug, 'OBJECT', 'page' );
if ( $post_match || $page_match ) {
$slug .= '-duplicate';
}
} else {
// Saving a POST or PAGE, check for duplicates in custom_post_type post type
$custom_post_type_match = get_page_by_path( $slug, 'OBJECT', 'custom_post_type' );
if ( $custom_post_type_match ) {
$slug .= '-duplicate';
}
}
return $slug;
}
add_filter( 'wp_unique_post_slug', 'prevent_slug_duplicates', 10, 6 );
ПРИМІТКА. Це додасть рядок "-duplicate" до кінця будь-яких дублікатів. Цей код не може запобігти повторенню дублівок, якщо вони вже існують до впровадження цього рішення. Не забудьте спочатку перевірити наявність дублікатів.
Мені б хотілося почути відгук у будь-кого іншого, хто ходить, щоб переконатися, чи добре це спрацювало і для них.