updating post cover with game background
This commit is contained in:
parent
9e38f1d13a
commit
7564fad158
|
|
@ -13,7 +13,7 @@ function create_posttype()
|
||||||
'show_in_rest' => true,
|
'show_in_rest' => true,
|
||||||
'menu_icon' => 'dashicons-table-row-delete',
|
'menu_icon' => 'dashicons-table-row-delete',
|
||||||
'menu_position' => 4,
|
'menu_position' => 4,
|
||||||
'supports' => array('title', 'custom-fields', 'editor'),
|
'supports' => array('title', 'custom-fields', 'editor', 'thumbnail'),
|
||||||
);
|
);
|
||||||
|
|
||||||
register_post_type('search-and-find', $args);
|
register_post_type('search-and-find', $args);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user