hello 404 Not Found
Al-HUWAITI Shell
Al-huwaiti


Server : Apache/2.4.52 (Ubuntu)
System : Linux HAN2 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64
User : servadmin ( 1000)
PHP Version : 8.1.2-1ubuntu2.25
Disable Function : NONE
Directory :  /www/docs/www.obusignal.com/www.obusignal.com/wp-content/themes/colormag-pro/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /www/docs/www.obusignal.com/www.obusignal.com/wp-content/themes/colormag-pro/content.php
<?php
/**
 * The template used for displaying page content in page.php
 *
 * @package ThemeGrill
 * @subpackage ColorMag
 * @since ColorMag 1.0
 */
?>

<?php
$featured_image_size = 'colormag-featured-image';
$class_name_layout_two = '';
if ( get_theme_mod( 'colormag_archive_search_layout', 'double_column_layout' ) == 'single_column_layout' ) {
	$featured_image_size = 'colormag-featured-post-medium';
	$class_name_layout_two = 'archive-layout-two';
} elseif ( get_theme_mod( 'colormag_archive_search_layout', 'double_column_layout' ) == 'full_width_layout' ) {
	$class_name_layout_two = 'archive-layout-full-width';
} elseif ( get_theme_mod( 'colormag_archive_search_layout', 'double_column_layout' ) == 'grid_layout' ) {
	$featured_image_size = 'colormag-featured-post-medium';
	$class_name_layout_two = 'archive-layout-grid';
}
?>

<article id="post-<?php the_ID(); ?>" <?php post_class( $class_name_layout_two ); ?><?php echo colormag_schema_markup( 'entry' ); ?>>
	<?php do_action( 'colormag_before_post_content' ); ?>

	<?php if ( has_post_thumbnail() ) { ?>
		<div class="featured-image">
			<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php the_post_thumbnail( $featured_image_size ); ?></a>
		</div>

		<?php if ( ( get_theme_mod( 'colormag_featured_image_caption_show', 0 ) == 1 ) && ( get_post( get_post_thumbnail_id() ) -> post_excerpt ) ) { ?>
			<span class="featured-image-caption">
				<?php echo wp_kses_post( get_post( get_post_thumbnail_id() ) -> post_excerpt ); ?>
			</span>
		<?php } ?>
	<?php } ?>

	<div class="article-content clearfix">

		<?php if ( get_post_format() ) {
			get_template_part( 'inc/post-formats' );
		} ?>

<?php colormag_colored_category(); ?>

		<header class="entry-header">
			<h2 class="entry-title"<?php echo colormag_schema_markup( 'entry_title' ); ?>>
				<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a>
			</h2>
		</header>

			<?php colormag_entry_meta(); ?>

		<div class="entry-content clearfix"<?php echo colormag_schema_markup( 'entry_summary' ); ?>>
			<?php
			if ( (get_theme_mod( 'colormag_archive_content_excerpt_display', 'excerpt' ) == 'content') && ! ((get_theme_mod( 'colormag_archive_search_layout', 'double_column_layout' ) == 'grid_layout') || (get_theme_mod( 'colormag_archive_search_layout', 'double_column_layout' ) == 'double_column_layout')) ) :
				the_content(
						'<span>' . get_theme_mod( 'colormag_read_more_text', esc_html__( 'Read more', 'colormag' ) ) . '</span>'
				);

			else :
				?>
	<?php the_excerpt(); ?>
				<a class="more-link" title="<?php the_title(); ?>" href="<?php the_permalink(); ?>"><span><?php echo get_theme_mod( 'colormag_read_more_text', esc_html__( 'Read more', 'colormag' ) ); ?></span></a>

	<?php endif; ?>
		</div>

	</div>

<?php do_action( 'colormag_after_post_content' ); ?>
</article>

Al-HUWAITI Shell