feat: initial commit - 汽车贴膜门店 WordPress 主题 (B2B Trade v2.0.0)
- WordPress classic theme for car tinting/foil shop - 13 homepage template parts - Customizer panel with 13 sections - RFQ inquiry form handler - Bootstrap 5.3 + AOS + Colorbox frontend - 13 SVG placeholder images - Chinese content defaults
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php /** Factory trust strip. @package Fragrance_Trade */ ?>
|
||||
<section class="trust-strip" aria-labelledby="trust-strip-title">
|
||||
<div class="container">
|
||||
<h2 id="trust-strip-title" class="visually-hidden"><?php echo esc_html( fragrance_trade_get_mod( 'b2b_trust_title' ) ); ?></h2>
|
||||
<div class="row g-0">
|
||||
<?php for ( $index = 1; $index <= 4; $index++ ) : ?>
|
||||
<div class="col-6 col-lg-3 trust-metric">
|
||||
<strong><?php echo esc_html( fragrance_trade_get_mod( 'b2b_metric_' . $index . '_value' ) ); ?></strong>
|
||||
<span><?php echo esc_html( fragrance_trade_get_mod( 'b2b_metric_' . $index . '_label' ) ); ?></span>
|
||||
</div>
|
||||
<?php endfor; ?>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user