Changeset 2971656
- Timestamp:
- 09/26/2023 07:12:55 AM (2 years ago)
- Location:
- user-tags
- Files:
-
- 2 edited
-
tags/2.0/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
user-tags/tags/2.0/readme.txt
r2970834 r2971656 20 20 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. 21 21 22 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."22 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 template in your theme's root directory and add the custom template user-taxonomy-template.php." 23 23 Make sure to refresh your permalinks after creating a new taxonomy to ensure that the template functions correctly. 24 24 -
user-tags/trunk/readme.txt
r2970834 r2971656 20 20 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. 21 21 22 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."22 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 template in your theme's root directory and add the custom template user-taxonomy-template.php." 23 23 Make sure to refresh your permalinks after creating a new taxonomy to ensure that the template functions correctly. 24 24
Note: See TracChangeset
for help on using the changeset viewer.