File manager - Edit - /home/vblioqus/y999-game.pro/wp-content/themes/stcustom-6-new/index-backup.php
Back
<?php /** * The main template file * * @package Stylo_Custom */ get_header(); ?> <div id="primary" class="content-area container mt-20"> <?php if ( have_posts() ) : ?> <div class="news-container col-xs-12 col-md-9 pl-0"> <?php /* Start the Loop */ while ( have_posts() ) : the_post(); ?> <div class="app-block col-lg-4 col-md-4 col-sm-6 col-xs-6 pb-10"> <div class="app-block-inner"> <div class="app-thumbnail col-lg-4 col-md-4 col-sm-4 col-xs-12"> <?php the_post_thumbnail('full') ?> </div> <div class="app-info pl-10 pr-0 col-lg-8 col-md-8 col-sm-8 col-xs-12"> <a href="<?php the_permalink() ?>" class="app-title"><?php echo get_the_title() ?></a> <span class="app-info-row app-posted-date"> <?php echo get_the_date() ?> </span> </div> <a href="<?php the_permalink() ?>" class="download-btn-small">Download APK</a> </div> </div> <?php endwhile; else : get_template_part( 'template-parts/content', 'none' ); endif; ?> </div> <div class="sidebar-col col-xs-12 col-md-3 pr-0"> <?php get_sidebar() ?> </div> </div><!-- #primary --> <?php get_footer();
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings