HEX
Server: Apache
System: Linux cp4.skywebbox.com 5.14.0-503.15.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 28 07:25:19 EST 2024 x86_64
User: alfouzantranspor (1054)
PHP: 8.3.23
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/alfouzantranspor/public_html/wp-content/themes/businessexpo/template-parts/content-page.php
<?php
/**
 * The default template for displaying content
 */

	/* Defaults */
	$businessexpo_blog_date = get_theme_mod( 'businessexpo_blog_date', 'true' );
?>
<article class="post" id="post-<?php the_ID(); ?>" <?php post_class( 'post-content-area ' ); ?> data-wow-delay="0.4s">
			
	<?php if ( has_post_thumbnail() ) { ?>
		<figure class="post-thumbnail">
			<a href="<?php the_permalink(); ?>">
				<?php the_post_thumbnail(); ?>
			</a>
		</figure>
	<?php } ?>
		
	<div class="post-body">
		<div class="mt-4 mb-3 read-more">
			<?php
				the_content( __( 'Read More', 'businessexpo' ) );
				wp_link_pages();
			?>
		</div>
		
	</div>
		
</article>