?? File Manager Pro
v10.0.2 | PHP: 8.2.31
Server: LiteSpeed
2026-06-23 17:48:46
??
/
/
home
/
kaskqphv
/
angkakaskus1.com
/
wp-content
/
themes
/
frontier
??
Editing: page-sc.php
<?php // Template Name: 1 Sidebar, Left ?> <?php get_header(); ?> <div id="content" class="cf" role="main"> <?php do_action( 'frontier_before_content' ); ?> <?php if ( is_active_sidebar( 'widgets_before_content' ) ) : ?> <aside id="widgets-wrap-before-content" class="cf"><?php dynamic_sidebar( 'widgets_before_content' ); ?></aside> <?php endif; ?> <?php the_post(); get_template_part( 'loop', 'single' ); ?> <?php if ( is_active_sidebar( 'widgets_after_content' ) ) : ?> <aside id="widgets-wrap-after-content" class="cf"><?php dynamic_sidebar( 'widgets_after_content' ); ?></aside> <?php endif; ?> <?php do_action( 'frontier_after_content' ); ?> </div> <?php get_sidebar( 'left' ); ?> <?php get_footer(); ?>
?? Save Changes
? Cancel