FEATURES Show offline posts in all post list
This commit is contained in:
parent
1026c2566c
commit
f778a43bd2
|
|
@ -50,7 +50,7 @@ function custom_post_status()
|
|||
{
|
||||
register_post_status('offline', array(
|
||||
'label' => __('Hors ligne', 'metiers-patrimoine-theme'),
|
||||
'public' => false,
|
||||
'public' => true,
|
||||
'exclude_from_search' => false,
|
||||
'show_in_admin_all_list' => true,
|
||||
'show_in_admin_status_list' => true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user