File manager - Edit - /home/vblioqus/y999-game.pro/wp-content/themes/stcustom-6-new/template-home.php
Back
<?php /* Template Name: Homepage */ get_header(); ?> <div class="app-grid"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="app-card"> <div class="app-icon"> <?php if (has_post_thumbnail()) { the_post_thumbnail('thumbnail'); } ?> </div> <?php $label = get_post_meta(get_the_ID(), 'app_label', true); if ($label) { echo '<div class="app-label">' . esc_html($label) . '</div>'; } ?> <h3 class="app-title"> <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a> </h3> <p class="app-category"> <?php $categories = get_the_category(); if (!empty($categories)) { echo esc_html($categories[0]->name); } ?> </p> <div class="app-meta"> <span class="meta-item">📱 <?php echo esc_html(get_post_meta(get_the_ID(), 'android_version', true)); ?></span> <span class="meta-item">⚡ <?php echo esc_html(get_post_meta(get_the_ID(), 'app_version', true)); ?></span> </div> </div> <?php endwhile; else: ?> <p>No posts found.</p> <?php endif; ?> </div> <?php get_footer(); ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0.27 |
proxy
|
phpinfo
|
Settings