kaiD-2
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
How to query filter a view by taxonomy AND use the taxonomy as a search field
Started by: kaiD-2 in: Toolset Professional Support |
|
2 | 4 | 11 months, 4 weeks ago | |
Author Dropdown in Quick Edit won’t show users with custom user role
Started by: kaiD-2
in: Toolset Professional Support
Problem: Solution: This can be done by adding the following code to your functions.php file add_filter('wp_dropdown_users_args', 'assign_any_users_author_box_func', 10, 2); function assign_any_users_author_box_func($query_args, $r){ $query_arg['who'] = 'any'; return $query_arg; } It should be noted that the user role must also have permissions for the post type that you want them to show up on. |
|
2 | 4 | 2 years, 11 months ago | |
Show sponsored products on top of view
Started by: kaiD-2 in: Toolset Professional Support |
|
2 | 8 | 3 years, 8 months ago | |
Business directory with subscriptions and custom posts for cutomers
Started by: kaiD-2 in: Toolset Professional Support |
|
2 | 4 | 4 years ago |