這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Restrict Taxonomies

描述

Based on the Restrict Categories plugin, this plugin allows you to restrict the taxonomies terms that users or roles can use when they publish content. It also provide front end restriction for non logged users.

ToDo List

  1. Prevent the user from accessing the single view of a CPT that is in a disallowed taxonomy

螢幕截圖

  • The settings are located in Settings > Restrict Taxonomies
  • First choose the post types and the taxonomies to handle
  • Select the categories allowed for a role or a user (note that user options override role options)
  • Should the plugin restrict taxonomies in the front end ?

安裝

  1. Upload the restrict-taxonomies folder to to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure the plugin in Settings > Restrict Taxonomies
  4. Choose the taxonomies AND the corresponding post types
  5. Activate (or don’t, as you wish) the front end rescrictions

常見問題

Does this plugin also works for page taxonomies ?
Yes, the page post type will always be handled, therefore, it doesn’t appear in the post types and taxonomies settings

Installation Instructions
  1. Upload the restrict-taxonomies folder to to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure the plugin in Settings > Restrict Taxonomies
  4. Choose the taxonomies AND the corresponding post types
  5. Activate (or don’t, as you wish) the front end rescrictions

評價

2018年5月4日
This plugin seemed to be just what I needed. After messing around with too complicated membership plugins, this one is exactly right for my purposes. However, after installation my new settings were not saved. Then I read a workaround from anothe ruser: "you need first to click on "Reset config". after that, plugin work as expected". This worked. But then I found that the plugin didn't behave as I expected. When I restrict a product to a certain user based on a product tag, it becomes the only visble product on the main shop page. That is good. But when I go to the category of that product, suddenly all products appear again. So they're hidden on the main shop page, but are still visible on the category shop page. I fooled around with the settings, but I couldn't get this right.
2018年2月5日
Some php warning in log and plugin have no effect : when you click to "save settings" button, form was reseted and nothing was saved. EDIT : The bug occur only on fresh install. To correct it, you need first to click on "Reset config". after that, plugin work as expected
閱讀全部11個評價

貢獻者及開發者

“Restrict Taxonomies” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Restrict Taxonomies 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.3.3

  • Fixed a bug introduced in 1.3.2 (Thanks to @r-a-y)

1.3.2

  • Fixed a bug that occurred when saving settings on a nth user page

1.3.1

  • Refactored the user tab in order to handle large amount of users

1.3.0

  • Fixed warnings on the plugin activation thanks to Gavin
  • Fixed bug when only a empty taxonomy is allowed

1.2.9

  • Added support for the latest vession of Geodirectory
  • Fixed a bug that occurs when multiples CPT and taxonomies are on a same page
  • Code clean up

1.2.8

  • Added Dokan Dashboard support
  • Changed front hook to pre_get_posts instead of init

1.2.7

  • Fixed warnings for frontend options

1.2.6

  • Fixed warnings for frontend options

1.2.5

  • Fixed warnings reported by @swinggraphics

1.2

  • Added page taxonomies support

1.1

  • Added front end restrictions and settings

1.0

  • Initial release