Current File : //home/getxxhzo/bornolipi.com/wp-content/plugins/ot_portfolio/template/single-ot_portfolio.php
<?php
 /**
 * The template for displaying all single ot portfolio
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
 *
 * @package Consultax
 */
 
 get_header(); 
?>

	<?php while (have_posts()) : the_post(); ?>

		<?php the_content(); ?>

	<?php endwhile; ?>

<?php get_footer(); ?>