MOON
Server: Apache
System: Linux server.netcommlabs.in 3.10.0-1160.83.1.el7.x86_64 #1 SMP Wed Jan 25 16:41:43 UTC 2023 x86_64
User: dermova (1051)
PHP: 5.4.45
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/dermova/public_html/me/wp-content/themes/DERMOVIVA WP THEME AR/single.php
<?php get_header(); ?>
 
 		<br class="breakline"/>
 
	<div id="content">

		<?php 
		
		if(have_posts()) : while(have_posts()) : the_post();
            
            $postId = get_the_ID();
            $catId = get_the_category( $postId );
            $catName = $catId[0]->cat_name;
            $thetitle = get_the_title();
            $thecontent = get_the_content();
            
            '<h1>'. $thetitle .'</h1>'.do_shortcode($thecontent).'<br class="breakline"></div><!-- content-col-05 -->';			
        
        endwhile; endif; 
    
		?>	
   
	</div><!-- content -->
 
<?php get_sidebar(); ?>  
<?php get_footer(); ?>
<!-- SINGLE -->