How to set “manage categories” capabilities on a post type taxonomy but not on the general categories?

you can just define your own capabilities to use this taxonomie ‘manage_terms’ => ‘manage_terms_TAXONOMIE_NAME’, ‘edit_terms’ => ‘edit_terms_TAXONOMIE_NAME’, ‘delete_terms’ => ‘delete_terms_TAXONOMIE_NAME’, ‘assign_terms’ => ‘assign_terms_TAXONOMIE_NAME’, and after you choose wich capabilities you give to your users

Disable `create_post` for built-in post type

There is no built-in capability of create_post. Update: There is a capability create_posts but it’s not well publicised and also has issues surrounding it which I’m afraid I don’t have time to look into at the moment. There are already answers that might help: https://stackoverflow.com/a/3248103 https://wordpress.stackexchange.com/a/178059/94267 Original answer: There is publish_posts. You need to turn … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)