single-inerpage code (basic structure)
Thu Nov 02 2023 22:15:38 GMT+0000 (Coordinated Universal Time)
Saved by
@Muhammad_Waqar
<?php get_header(); ?>
<div class="page-title page-title-default title-size-large title-design-centered color-scheme-light" style="">
<div class="container">
<h1 class="entry-title title"><?php the_title(); ?> </h1>
<div class="breadcrumbs"><a href="https://stage.projects-delivery.com/wp/autobody_rpeiar/" rel="v:url" property="v:title">Home</a> » <span class="current">About Us</span></div><!-- .breadcrumbs --> </div>
</div>
<div class="container">
<div class="row single_serviceSection">
<div class="col-lg-6">
<div class="singleServiceContent">
<h3>
<?php the_title(); ?>
</h3>
<p>
<?php the_content(); ?>
</p>
</div>
</div>
<div class="col-lg-6">
<div class="singleServiceThumbnail">
<?php the_post_thumbnail("full"); ?>
</div>
</div>
</div>
<?php// comments_template(); ?>
</div>
<?php
get_footer();
?>
content_copyCOPY
Comments