@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux hosjweb-prod2 6.12.0-107.59.3.2.el9uek.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Dec 22 10:16:59 PST 2025 x86_64
Current Path :
/
homepage
/
wordpress
/
wp-content
/
themes
/
goal-10
/
Path :
Upload File :
New :
File
Dir
//homepage/wordpress/wp-content/themes/goal-10/page.php
<?php get_header(); ?> <div id="content" class="widecolumn"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <h2> <?php the_title(); ?> </h2> <?php the_content('<p>Read the rest of this page »</p>'); ?> </div> <?php endwhile; endif; ?> </div> <?php get_footer(); ?>