/**
* Si no hay resultados en el post widget de elementor, lanzamos mensaje
*/
add_action('elementor/query/query_results', function($query) {
//get ID of current page
$id = get_queried_object_id();
$post_type = get_post_type( $id );
$total = $query->found_posts;
if ($total == 0) {
//if ($total == 0 && $post_type == 'miembro') {
echo '<p class="text-align-center">'.__( 'No hay cursos para mostrar.', 'domainttextname' ).'</p>';
}
});
Por aquí se comenta sobre este «issue» bastante feo de Elementor