Gestionnaire de fichiers - Editer - /home/wwgoat/public_html/blog/page.php.tar
Arrière
home/wwgoat/public_html/blog/wp-content/themes/twentytwentyone/page.php 0000644 00000001116 14720672320 0022552 0 ustar 00 <?php /** * The template for displaying all single posts * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post * * @package WordPress * @subpackage Twenty_Twenty_One * @since Twenty Twenty-One 1.0 */ get_header(); /* Start the Loop */ while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content/content-page' ); // If comments are open or there is at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) { comments_template(); } endwhile; // End of the loop. get_footer(); home/wwgoat/public_html/blog/wp-content/themes/foxiz/page.php 0000644 00000000716 14720703271 0020407 0 ustar 00 <?php /** The template for displaying single page */ get_header(); if ( have_posts() ) : while ( have_posts() ) : the_post(); $document = false; if ( class_exists( 'Elementor\Plugin' ) ) { $document = Elementor\Plugin::$instance->documents->get( get_the_ID() ); } if ( $document && $document->is_built_with_elementor() ) { the_content(); } else { foxiz_single_page(); } endwhile; endif; /** get footer */ get_footer();
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Génération de la page: 0 |
proxy
|
phpinfo
|
Réglages