if ( ! function_exists( 'coupon_post_types_and_taxonomies' ) ) {
function coupon_post_types_and_taxonomies() {
register_post_type( 'shop', array(
'labels' => array(
'name' => __( 'shop', 'coupon' ),
'singular_name' => __( 'shop', 'coupon' )
),
'public' => true,
'menu_icon' => 'dashicons-cart',
'has_archive' => false,
'supports' => array(
'title',
'editor',
'thumbnail'


kodlar bu register post typeda shop kısmını değiştirdiğim zaman url düzenleniyor fakat bu seferde kategorilerde göstermiyor.