HEX
Server: LiteSpeed
System: Linux server019.our-control-panel.com 4.18.0-553.51.1.lve.1.el8.x86_64 #1 SMP Wed May 14 14:34:57 UTC 2025 x86_64
User: aashishs (1103)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/aashishs/manishjhanepal.com.np/wp-content/themes/nm_portfolio/single-journey.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 class="mr-2"><a href="<?php echo get_page_link(get_page_by_path('my-opinion')) ?>">Opinion</a></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="container">
	    		<div class="row">
	    			<div class="col-lg-12 ftco-animate">
						<h2 class="mb-3 font-weight-bold"><?php echo the_title() ?></h2>	    
						<img src="<?php echo get_the_post_thumbnail_url() ?>" alt="" class="img-fluid">
						<p><?php the_content() ?></p>
						<?php if (!empty(get_field('external_link'))) { ?>
						<a target="_blank" href="<?php echo get_field('external_link') ?>"> Visit <?php the_title() ?></a>
						<?php }  ?>

                   
					</div> 



	
	    		</div>
	    	</div>
	    </section>

<?php get_footer(); ?>