Tagging users in WordPress

WordPress has no multi-level user and group ownerships / permissions by default. So what you are asking for you need to implement on your own by extending the database and the program. You can then fine-grained control what users are allowed to do and what not. Like Zack suggested, this can be combined with custom … Read more

Allow contributors to add categories, but not delete

Since the category widget on the post page only lets you create categories and not delete them, you could just hide access to the main category editor page for this user type, and allow them to still create categories within the post editor. You could do this with CSS or javascript, something like $(‘ul.wp-submenu a[href=”https://wordpress.stackexchange.com/questions/14060/edit-tags.php?taxonomy=category”]’).hide(); … Read more

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