fixing urls
This commit is contained in:
parent
9053723b11
commit
76f3fcdb82
|
|
@ -133,7 +133,6 @@ function create_posttype()
|
||||||
),
|
),
|
||||||
'public' => true,
|
'public' => true,
|
||||||
'has_archive' => true,
|
'has_archive' => true,
|
||||||
'rewrite' => array('slug' => 'fiche'),
|
|
||||||
'show_in_rest' => true,
|
'show_in_rest' => true,
|
||||||
'menu_icon' => 'dashicons-testimonial',
|
'menu_icon' => 'dashicons-testimonial',
|
||||||
'menu_position' => 5.1,
|
'menu_position' => 5.1,
|
||||||
|
|
@ -151,7 +150,6 @@ function create_posttype()
|
||||||
),
|
),
|
||||||
'public' => true,
|
'public' => true,
|
||||||
'has_archive' => true,
|
'has_archive' => true,
|
||||||
'rewrite' => array('slug' => 'fiche'),
|
|
||||||
'show_in_rest' => true,
|
'show_in_rest' => true,
|
||||||
'menu_icon' => 'dashicons-id-alt',
|
'menu_icon' => 'dashicons-id-alt',
|
||||||
'menu_position' => 5.1,
|
'menu_position' => 5.1,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user