D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
www
/
parasfinancecorp.site
/
wp-content
/
themes
/
finano
/
Filename :
single-service.php
back
Copy
<?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();