| @@ -11,14 +11,7 @@ | ||
| 11 | 11 | } |
| 12 | 12 | |
| 13 | 13 | ?> |
| 14 | 14 | <div class="rtsb-archive-result-count"> |
| 15 | - <?php | |
| 16 | - $args = [ | |
| 17 | - 'total' => wc_get_loop_prop( 'total' ), | |
| 18 | - 'per_page' => wc_get_loop_prop( 'per_page' ), | |
| 19 | - 'current' => wc_get_loop_prop( 'current_page' ), | |
| 20 | - ]; | |
| 21 | - | |
| 22 | - wc_get_template( 'loop/result-count.php', $args ); | |
| 23 | - ?> | |
| 15 | + <?php woocommerce_result_count(); ?> | |
| 16 | + | |
| 24 | 17 | </div> |