BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
www
/
CTR
/
wp-content
/
themes
/
go
📤 Upload
📝 New File
📁 New Folder
Close
Editing: page.php
<?php /** * The template for displaying all single posts * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post * * @package Go */ get_header(); // Start the Loop. while ( have_posts() ) : the_post(); get_template_part( 'partials/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(); } endwhile; get_footer();
Save
Cancel