File manager - Edit - /home/vblioqus/y999-game.pro/wp-content/themes/stcustom-6-new/page.php
Back
<?php /** * The template for displaying all pages * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site may use a * different template. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Stylo_Custom */ get_header(); ?> <div id="primary" class="content-area container mt-20"> <div class="post-breadcrumbs row ml-0 mr-0 mt-10 mb-10"> <?php custom_breadcrumbs(); ?> </div> <h1><?php the_title() ?></h1> <main id="main" class="page-main pl-0 col-lg-8 col-md-8 col-sm-8 col-xs-12 pr-0"> <div class="page-content row ml-0 mr-0"> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', 'page' ); // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) : comments_template(); endif; endwhile; // End of the loop. ?> </div> </main><!-- #main --> <aside class="single-sidebar col-lg-4 col-md-4 col-sm-4 col-xs-12 pr-0"> <?php dynamic_sidebar('sidebar-1') ?> </aside> </div><!-- #primary --> <?php get_footer();
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0.2 |
proxy
|
phpinfo
|
Settings