kaiD-2
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
| Status | Debate | Supporter | Voces | Mensajes | Caducidad |
|---|---|---|---|---|---|
|
How to query filter a view by taxonomy AND use the taxonomy as a search field
Iniciado por: kaiD-2 en: Toolset Professional Support |
|
2 | 4 | 1 year, 9 months ago | |
|
Author Dropdown in Quick Edit won’t show users with custom user role
Iniciado por: kaiD-2
en: 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 | 3 years, 9 months ago | |
|
Show sponsored products on top of view
Iniciado por: kaiD-2 en: Toolset Professional Support |
|
2 | 8 | 4 years, 6 months ago | |
|
Business directory with subscriptions and custom posts for cutomers
Iniciado por: kaiD-2 en: Toolset Professional Support |
|
2 | 4 | 4 years, 10 months ago |