📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 07:05:42
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
✏️
Editing: single-service.php
<?php /** * @package Case-Themes */ get_header(); ?> <div class="container"> <div class="row"> <div id="pxl-content-area" class="col-12"> <main id="pxl-content-main"> <?php while ( have_posts() ) { the_post(); ?> <article id="pxl-post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php the_content(); wp_link_pages( array( 'before' => '<div class="page-links">', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', ) ); ?> </article><!-- #post --> <?php if ( comments_open() || get_comments_number() ) { comments_template(); } } ?> </main> </div> </div> </div> <?php get_footer();
💾 Save Changes
❌ Cancel