https://snipboard.io/JrPUoV.jpg
when i add the category id (32 for example) it ‘s uncheck automatically.
Sorry again i ve an other problem. Yuzo doesn t sho last post on page when i use a function to add categorie to a page (it still work on post ) :
function wpc_cat_pages() {
register_taxonomy_for_object_type(‘category’, ‘page’);
}
add_action(‘init’, ‘wpc_cat_pages’);
Thank you