How To Convert Number to the icon in WordPress

How-To-convert-Number-to-icon-in-wordpress

This code is used to convert Numbers to icons in WordPress.

<th class="rating-box"><?=$meta['rating'][0];?>
<?php
 if($rating!="" OR $rating!=0){
  for($i=1;$i<=$rating;$i++){
   ?>
    <i class="fa fa-star" aria-hidden="true"></i>
   <?php
  }
  if($rating!=5){
   ?>
    <i class="fa fa-star-half-o" aria-hidden="true"></i>
   <?php
  }
 }
?>
</th>
Learn Tutorials Point
We Well organized and easy-to-understand Interactive tutorials With lots of examples of how to use Tutorials WordPress, PHP, Bootstrap, Bootstrap 4, HTML, CSS, AJAX, jQuery, Woocommerce, Post, Database, Javascript, Theme, Responsive, Templates.

Leave a Reply

Your email address will not be published. Required fields are marked *

Contact us

Fill in the form below or give us a call and we'll contact you. We endeavour to answer all enquiries within 24 hours on business days.