kaiD-2
Fils de soutien créés au cours des 30 derniers jours : 0
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
| Status | Topic | Supporter | Voix | Publications | Nouveauté |
|---|---|---|---|---|---|
|
How to query filter a view by taxonomy AND use the taxonomy as a search field
Commencé par : kaiD-2 in: Toolset Professional Support |
|
2 | 4 | Il y a 1 year, 9 months | |
|
Author Dropdown in Quick Edit won’t show users with custom user role
Commencé par : 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 | Il y a 3 years, 9 months | |
|
Show sponsored products on top of view
Commencé par : kaiD-2 in: Toolset Professional Support |
|
2 | 8 | Il y a 4 years, 6 months | |
|
Business directory with subscriptions and custom posts for cutomers
Commencé par : kaiD-2 in: Toolset Professional Support |
|
2 | 4 | Il y a 4 years, 10 months |