File manager - Edit - /home/vblioqus/bingo-patti.cc/wp-content/themes/infopediya/template-parts/content-app-block.php
Back
<?php $post_id = get_the_ID(); $star_rattings_obj = infopediya_get_star_rattings($post_id); $star_rating = $star_rattings_obj['average_ratting']; ?> <div class="app-block col-lg-4 col-md-6"> <div class="app-block-inner d-flex"> <div class="app-thumbnail pl-0 pr-2 col-lg-3 col-md-3 col-sm-6 col-xs-6" style=" display: flex; align-items: center; flex-wrap: wrap;"> <a href="<?php the_permalink() ?>" class="app-title" aria-label="App featured image"> <img class="rounded-0-6rem icon-shadow" width="80" height="80" src="<?php echo get_the_post_thumbnail_url() ?>" alt="<?php echo infopediya_get_img_alt_text() ?>"> </a> </div> <div class="app-info pl-0 pr-0 col-lg-9 col-md-9 col-sm-6 col-xs-6" style="margin-bottom: 1px;"> <a href="<?php the_permalink() ?>" class="app-title" aria-label="File Name"> <?php echo infopediya_get_file_name($post_id) ?> </a> <span class="app-info-row app-stats" style="font-size:12px !important;"> <span class="mr-10"> <img style="margin-bottom: 3px;" width="12" height="12" src="<?php echo get_template_directory_uri() . '/icons/star.svg' ?>" alt="star icon"> <?php echo number_format((float)$star_rating, 1, '.', '') ?> </span> <span> <img style="margin-bottom: 3px;" width="12" height="12" src="<?php echo get_template_directory_uri() . '/icons/light.svg' ?>" alt="light icon"> <?php echo infopediya_get_file_version($post_id) ?></span> </span> <span class="app-info-row-m app-posted-date-m"> <span class="home-ratting my-4"> <?php for($stars = 1; $stars <= (int)$star_rattings_obj['average_ratting']; $stars++) { ?> <svg xmlns="http://www.w3.org/2000/svg" width="9" height="8" viewBox="0 0 9 8"> <path fill="#F7B500" fill-rule="evenodd" d="M4.5 6.633L1.719 8 2.25 5.106 0 3.056 3.109 2.633 4.5 0 5.891 2.633 9 3.056 6.75 5.106 7.281 8z" /> </svg> <?php } ?> <?php for($stars = 1; $stars <= 5 - (int)$star_rattings_obj['average_ratting']; $stars++) { ?> <svg xmlns="http://www.w3.org/2000/svg" width="9" height="8" viewBox="0 0 9 8"> <path fill="#ddd" fill-rule="evenodd" d="M4.5 6.633L1.719 8l.531-2.894L0 3.056l3.11-.423L4.5 0l1.39 2.633L9 3.056l-2.25 2.05L7.281 8z" /> </svg> <?php } ?> </span> </span> </div> </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings