HEX
Server: nginx/1.26.1
System: Linux main-vm 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
User: root (0)
PHP: 8.2.19
Disabled: NONE
Upload Files
File: //var/www/adila/wp-content/themes/tombuild/templates/service-single.php
<?php
/**
 * Entry Content / Single
 *
 * @package tombuild
 * @version 3.8.9
 */

// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
    exit;
} 

?>

<article id="service-<?php the_ID(); ?>" <?php post_class('clearfix'); ?>>
		
	<div class="inner-content single-service-inner">
		<?php		
		echo '<div class="post-media">' . get_the_post_thumbnail( get_the_ID(), 'tombuild-post-standard' ) . '</div>';
		echo '<h1 class="post-title">' . get_the_title() . '</h1>';
		the_content();
		?>
	</div>
</article><!-- /.hentry -->