Fix homepage stats: replace fake metrics with real/brand-accurate stats
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -78,10 +78,11 @@ $shop_url = get_permalink(wc_get_page_id('shop'));
|
||||
<!-- Metrics row -->
|
||||
<div class="rar-metrics">
|
||||
<?php
|
||||
$product_count = wp_count_posts('product')->publish;
|
||||
$metrics = [
|
||||
['142,038', 'Reply-Alls regretted'],
|
||||
['41 states', 'Currently shipping'],
|
||||
['4.8 ★', 'Avg. on Trustpilot'],
|
||||
[$product_count . '+', 'Products in the catalog'],
|
||||
['50 states', 'Currently shipping'],
|
||||
['100%', 'Meetings that could\'ve been emails'],
|
||||
['0', 'Calls returned'],
|
||||
];
|
||||
foreach ($metrics as [$num, $label]) {
|
||||
|
||||
Reference in New Issue
Block a user