File: /home/aashishs/manishjhanepal.com.np/wp-content/themes/nm_portfolio/page-my-gallery.php
<?php get_header(); ?>
<section class="ftco-section ftco-bread">
<div class="container">
<div class="row no-gutters slider-text justify-content-center align-items-center">
<div class="col-md-8 ftco-animate">
<p class="breadcrumbs">
<span class="mr-2"><a href="<?php echo get_home_url() ?>">Home</a></span> <span>></span>
<span><?php the_title(); ?></span></p>
<h1 class="bread"><?php echo the_title() ?></h1>
</div>
</div>
</div>
</section>
<section class="ftco-section-2">
<div class="photograhy">
<?php the_content() ?>
</div>
</section>
<?php get_footer(); ?>