Linux 软件免费装
Banner图

User Taxonomy & Directory

开发者 UmeshSingla
更新时间 2023年9月24日 18:23
捐献地址: 去捐款
PHP版本: 7.2 及以上
WordPress版本: 6.3
版权: GPLv2 or later
版权网址: 版权信息

标签

taxonomies Tags staff directory directory employee directory user tags user directory user taxonomy

下载

1.2.2 2.0 1.1 1.2 1.2.1 1.2.3 1.2.4 1.2.6 1.2.7 1.2.8

详情介绍:

The plugin offers a user-friendly solution to help you manage user taxonomies and create user directories on your WordPress site. Key Features: Easy Taxonomy Management: Register and manage user taxonomies effortlessly, providing structure to your user base without unnecessary complexity. Admin users with the edit_users capability can assign or un-assign categories from the User profile page, made even more flexible with the ut_render_taxonomy_dropdown filter to modify the check. Taxonomy Template Customization: Each taxonomy term generates its own archive featuring the list of assigned users. The plugin allows you to customize this template by simply creating a folder named user-taxonomy-template.php in your theme's root directory." Make sure to refresh your permalinks after creating a new taxonomy to ensure that the template functions correctly. Dynamic User Lists: user-directory block allows you to display user lists based on roles, with a variety of customizable fields and filters for your front-end design. User List Features: Simple Search: Find users easily by name. Filtering: Use taxonomies to refine user lists, with the option to activate multiple taxonomy filters via block settings. Flexible Fields: User Name is included by default, but you can add more fields like Bio and Images, all configured with the block settings along with an option to filter it. The plugin is compatible with multisite environment.

安装:

  1. Upload the user-tags folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. To create new Taxonomy Go to User -> Taxonomy screen.

屏幕截图:

  • Taxonomy Tax archive page.
  • Taxonomy Terms List.
  • User Directory Block output.

升级注意事项:

Requires WordPress 6.0 atleast Visit https://github.com/UmeshSingla/user-tags for support

常见问题:

Filters Available

  1. What if Template is not working? Ans: You need to save permalinks after you create a new taxonomy for template to work properly.
  2. 'user_taxonomy_args' => Filter the arguments for registering taxonomy.
  3. 'user_tags_directory_user_roles' => Filter list of roles displayed in user-directory block
  4. 'user_tags_directory_fields' => Filter list of fields available for user-directory block
  5. 'user_directory_limit' => Number of users to display in Users List
  6. 'ut_render_taxonomy_dropdown' => Whether to show/update Taxonomy dropdown on user profile.

更新日志:

2.0 ** Breaking Changes ** 1.2.8 1.2.7 1.2.6 1.2.5 1.2.4 ( 荣誉榜: @Tempera ) 1.2.3 1.2.2 1.2.1 1.2 1.1 1.0 0.1.3 0.1.2 Fixes Taxonomy length error 0.1.1 Code formatting 0.1 First Release