How To Restrict Authors To Specific Category in WordPress Blog

WordPress is Now the best Platform for Bloggers. If you are running a multi-author blog or website then it takes more time and resources to manage all the authors.

You may have an author whom you would like to write or tutorials but the author had submitted the article in the other category. Multi-author WordPress blogs often have many authors working together. but not every author needs access to post to all categories on the site. There may be times when you want to limit an author to posting if Anyone Writes any Article and Post Some Other Category.

How to Restrict Authors to Specific Category in WordPress

First Go To the WordPress Dashboard
To install the plugin, search for the plugin from the admin area and click on “Install Now.”

After Installing it Active Plugin Now.

Now, navigate to the “All Users” section in your WordPress admin area by clicking on the option “Users -> All Users.”

Here, select the user you want to restrict and click on the link “Edit.” scroll down to the section “Restrict the category in which this user can post” and select the category you want to restrict the author using the drop-down menu.

Now click on the “Save Changes” button to save the changes. After That, Nobody Post Other Category.

1. Using Plugins:

Several plugins can achieve this, with varying features and complexity. Here are two popular options:

  • Restrict Author Categories: This simple plugin allows you to easily choose which categories each author can access while creating new posts. It’s user-friendly and perfect for basic needs.
  • Members: This more advanced plugin offers broader user management functionalities, including category restrictions alongside other permissions like editing others’ posts or managing tags.

2. Manual Code:

If you’re comfortable with code, you can achieve category restrictions using custom code snippets. This method gives you more control but requires an understanding of PHP and WordPress functions.

Here’s a breakdown of the steps involved in both approaches:

Using Plugins:

  1. Install and activate the chosen plugin.
  2. Access the plugin’s settings. This will typically be located under Users or Tools in your WordPress admin panel.
  3. Select the author you want to restrict.
  4. Choose the categories the author can access. This will vary depending on the plugin.
  5. Save the settings.

Using Manual Code:

  1. Access your WordPress theme’s functions.php file.
  2. Add a code snippet that restricts category selection based on user ID or author role. You can find helpful code examples online, but ensure they are compatible with your WordPress version and theme.
  3. Save the changes and upload the file back to your server.

Hope You Understand Restrict Authors To Specific Category in WordPress Easily. If You Face any Problem Freely Contact us. Give Your Feedback. Thank You.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.