File manager - Edit - /home/vblioqus/y999-game.pro/wp-content/themes/stcustom-6-new/index.php
Back
<?php /** * The main template file * * @package Stylo_Custom */ get_header(); ?> <div id="primary" class="content-area container mt-20"> <div class="blog-posts-block row ml-0 mr-0"> <?php if ( have_posts() ) : ?> <div class="block-header text-center mb-20"> <h2>Latest Blog Posts</h2> </div> <div class="block-container row ml-0 mr-0 mt-20 mb-20"> <?php /* Start the Loop */ while ( have_posts() ) : the_post(); ?> <div class="post-block col-lg-6 col-md-6 col-sm-12 pb-10"> <div class="post-block-inner"> <div class="post-thumbnail col-sm-12"> <a href="<?php the_permalink() ?>" class="app-title"><?php the_post_thumbnail('blog-post-thumb') ?></a> </div> <div class="post-info pl-10 pr-0 col-sm-12"> <a href="<?php the_permalink() ?>" class="app-title"><?php echo get_the_title() ?></a> </div> </div> </div> <?php endwhile; else : get_template_part( 'template-parts/content', 'none' ); endif; ?> </div> </div> <div class="pagination-row rwo ml-0 mr-0"> <?php echo paginate_links() ?> </div> </div><!-- #primary --> <?php get_footer();
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings