Mô tả Custom Post Type Permalinks
Mô tả
Custom Post Type Permalinks allow you edit the permalink structure of custom post type.
Change custom taxonomy archive’s permalink to “example.org/post_type/taxonomy_name/term_slug”. Can disable this fix.
And support wp_get_archives( ‘post_type=foo’ ) and post type date archive (ex. example.com/post_type_slug/date/2010/01/01 ).
This Plugin published on GitHub.
Donation: Please send My Wishlist or Paypal
PHIÊN DỊCH
Japanese(ja) – Toro_Unit
French(fr_FR) – Geoffrey Crofte
Russian(ru_RU) – Olart, Natali_Z
ALSO CHECKOUT
Simple Post Type Permalinks
SETTING ON CODE
ví dụ:
register_post_type( ‘foo’,
array(
‘public’ => true,
‘has_archive’ => true,
‘rewrite’ => array(
“with_front” => true
),
‘cptp_permalink_structure’ => ‘%post_id%’
)
);
EXCLUDE SPECIFIC POST TYPE
add_filter( ‘cptp_is_rewrite_supported_by_foo’, ‘__return_false’ );
// or
add_filter( ‘cptp_is_rewrite_supported’, function ( $support , $post_type ) {
if ( ‘foo’ === $post_type ) {
return false;
}
return $support;
}, 10, 2);https://vi.wordpress.org/plugins/custom-post-type-permalinks/
Người đóng góp & Lập trình viên Custom Post Type Permalinks
Toro_Unit (Hiroshi Urabe)Custom Post Type Permalinks Pro – Premium free có key full crack Dịch vụ SEO TVD SEO
Phiên bản
Đang cập nhật.
Lần cập nhật gần nhất plugin Custom Post Type Permalinks
Đang cập nhật.
Số lượt kích hoạt plugin Custom Post Type Permalinks
Đang cập nhật.
Phiên bản WordPress với plugin Custom Post Type Permalinks
Đang cập nhật.
Đánh giá plugin Custom Post Type Permalinks
Dịch vụ SEO TVD SEO đánh giá plugin Custom Post Type Permalinks 6 trên 10 điểm
Link tải Plugin Custom Post Type Permalinks Pro – Premium free có key full crack
link: https://vi.wordpress.org/plugins/custom-post-type-permalinks/