📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 11:28:53
📂
/ (Root)
/
home
/
apkbfjox
/
shamapk.com
/
wp-content
/
themes
/
appyn-1
📍 /home/apkbfjox/shamapk.com/wp-content/themes/appyn-1
🔄 Refresh
✏️
Editing: single-product.php
Writable
<?php get_header(); ?> <div class="container"> <div class="app-s"> <?php if( have_posts() ) : while ( have_posts() ) : the_post(); ?> <h1><?php the_title(); ?></h1> <?php the_content(); ?> <?php endwhile; endif; ?> </div> <?php get_sidebar(); ?> </div> <?php get_footer(); ?>
💾 Save Changes
❌ Cancel