Tagged Questions
0
votes
1answer
60 views
How can i list current author's categories?
My Code getting authors written post categories but just 2 ID has author lists category.. I replace $current_user->ID but it is not worked.
<?php
$categories = $wpdb->get_results("
...
0
votes
2answers
71 views
how do you prevent showing a particular category on the admin dashboard for specific user roles?
I'd like to prevent the "Featured" category from appearing for certain user roles. To be specific, I want only the admins and editors to be able to see and thus select or unselect that category. ...
