Carleton Maybell
Results
1
comments of
Carleton Maybell
trafficstars
If you're using elementor you can create a template for your No results view and display it like this. ``` add_action('elementor/query/query_results', function($query) { $total = $query->found_posts; if ($total == 0)...