HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/meysamkiani.com/root/wp-content/themes/author/content.php
<div <?php post_class(); ?>>
	<?php do_action( 'post_before' ); ?>
	<?php ct_author_featured_image(); ?>
	<article>
		<div class='post-header'>
			<h1 class='post-title'><?php the_title(); ?></h1>
			<?php get_template_part( 'content/post-meta' ); ?>
		</div>
		<div class="post-content">
			<?php ct_author_output_last_updated_date(); ?>
			<?php the_content(); ?>
			<?php wp_link_pages( array(
				'before' => '<p class="singular-pagination">' . esc_html__( 'Pages:', 'author' ),
				'after'  => '</p>',
			) ); ?>
		</div>
		<?php get_template_part( 'content/post-categories' ); ?>
		<?php get_template_part( 'content/post-tags' ); ?>
	</article>
	<?php do_action( 'post_after' ); ?>
	<?php get_template_part( 'content/post-nav' ); ?>
	<?php comments_template(); ?>
</div>