Hello Dear,
Please replace below given code in page.php
=======================================================================
<?php get_header();
childcare_breadcrumbs(); ?>
<!--<div class="container page-header-inner"> <img src="<?php echo CHILDCARE_TEMPLATE_DIR_URI; ?>/images/callout-shadow.png" class="img-responsive"> </div>-->
<div class="clearfix"></div>
<div class=" container ">
<div class="row">
<div class="col-md-12">
<div class="course-area-blog-post animate" data-anim-type="zoomIn" data-anim-delay="400">
<div class="blog-post-title">
<?php the_content(); ?>
<div class="blog-pagination animate fadeInLeft" data-anim-type="">
<?php wp_link_pages(); ?>
</div>
</div>
<div class="clearfix"> </div>
<?php comments_template( '', true );?>
</div>
</div>
<?php ?> <!--get_sidebar();--> <?php ?>
</div>
</div>
<div class="clearfix"></div>
<?php get_footer(); ?>
</div>
================================================
After using above given code in page.php your side bar will hide from page.
Your contents will show in col-md-12 ( according to bootstrap )
Your header area will hide.
Your featured image will hide.
<!———————————————————–>
And for remove footer tree image please go to template-tags.php
and please remove below given code.
<div class="footer_top section-notch"></div>
In case of any issue please reply.
Thanks and Regards
ASIATHEMES
-
This reply was modified 7 years, 3 months ago by Asiathemes.