kaiD-2
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
| Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
|---|---|---|---|---|---|
|
How to query filter a view by taxonomy AND use the taxonomy as a search field
Gestartet von: kaiD-2 in: Toolset Professional Support |
|
2 | 4 | vor 1 year, 9 months | |
|
Author Dropdown in Quick Edit won’t show users with custom user role
Gestartet von: 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 | vor 3 years, 9 months | |
|
Show sponsored products on top of view
Gestartet von: kaiD-2 in: Toolset Professional Support |
|
2 | 8 | vor 4 years, 6 months | |
|
Business directory with subscriptions and custom posts for cutomers
Gestartet von: kaiD-2 in: Toolset Professional Support |
|
2 | 4 | vor 4 years, 10 months |