Custom field in “at a glance”
-
Hi,
I would like to include the filed an icon motor ci in the div “at a glance”.
Is this possible.
I checked that therea are 4 functions:
<div class="at-a-glance"> <ul> <?php if ( auto_listings_odometer() ) { ?> <li class="odomoter"><i class="auto-icon-odometer"></i> <?php echo esc_html( auto_listings_odometer() ); ?></li> <?php } ?> <?php if ( auto_listings_transmission() ) { ?> <li class="transmission"><i class="auto-icon-transmission"></i> <?php echo esc_html( auto_listings_transmission() ); ?></li> <?php } ?> <?php if ( auto_listings_body_type() ) { ?> <li class="body"><i class="auto-icon-trunk"></i> <?php echo auto_listings_body_type(); // wpcs xss: oke. ?></li> <?php } ?> <?php if ( auto_listings_engine() ) { ?> <li class="vehicle"><i class="auto-icon-engine"></i> <?php echo esc_html( auto_listings_engine() ); ?></li> <?php } ?> </ul> </div>
Is it possible to include one more for motor ci?
Thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Custom field in “at a glance”’ is closed to new replies.