PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
reviews
/
templates
/
front-list
<div class="qodef-reviews-list-info qodef-reviews-simple"> <div class="qodef-reviews-number-wrapper"> <<?php echo esc_attr( $title_tag ); ?> class="qodef-reviews-summary"> <span class="qodef-reviews-number"> <?php echo esc_html( $rating_number ); ?> </span> <span class="qodef-reviews-label"> <?php echo esc_html( $rating_label ); ?> </span> </<?php echo esc_attr( $title_tag ); ?>> <span class="qodef-stars-wrapper"> <?php foreach ( $post_ratings as $rating ) { ?> <span class="qodef-stars-wrapper-inner"> <span class="qodef-stars-items"> <?php $review_rating = webon_core_post_average_rating( $rating ); for ( $i = 1; $i <= $review_rating; $i ++ ) { ?> <i class="fa fa-star" aria-hidden="true"></i> <?php } ?> </span> <?php if ( isset( $rating['label'] ) && ! empty( $rating['label'] ) ) { ?> <span class="qodef-stars-label"> <?php echo esc_html( $rating['label'] ); ?> </span> <?php } ?> </span> <?php } ?> </span> </div> </div>
[-] details-count.php
[edit]
[-] details-per-criteria.php
[edit]
[+]
..
[-] details-per-mark.php
[edit]
[-] details-stars.php
[edit]
[-] item-holder.php
[edit]
[-] details-average-count.php
[edit]
[-] details-simple.php
[edit]