Uname: Linux premium294.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 104.21.32.1
Your Ip: 216.73.216.165
User: mjbynoyq (1574) | Group: mjbynoyq (1570)
Safe Mode: OFF
Disable Function:
NONE

name : content-three.php
<?php
/**
 * Template part for displaying posts
 *
 * @link https://codex.wordpress.org/Template_Hierarchy
 *
 * @package brixel
 */

?>

<article id="post-<?php the_ID(); ?>" <?php post_class( 'style-three' ); ?>>
	<div class="row">
	    <div class="category-list col-lg-6 col-md-6 col-sm-6 col-xs-12">
            <?php
    		$category_detail = get_the_category( get_the_id() );
    		$result          = '';
    		foreach ( $category_detail as $item ) :
    			$category_link = get_category_link( $item->cat_ID );
    			$result       .= '<a href = "' . esc_url( $category_link ) . '">' . $item->name . '</a>';
    		endforeach;
    		echo wp_kses_post( $result );
    		?>
        </div><!-- .category-list -->
		<?php if ( has_post_thumbnail() ) { ?>
		<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
			<div class="post-thumbnail">
    			<img src="<?php echo esc_url( get_parent_theme_file_uri( '/images/No-Image-Found-400x264.png' ) ); ?>" alt="<?php echo esc_attr( 'No Image Found', 'brixel' ); ?>" width="400" height="264">
    			<?php if ( '' !== get_the_post_thumbnail() && ! is_single() ) : ?>
    				<a class="placeholder" href="<?php the_permalink(); ?>" style="background-image:url('<?php the_post_thumbnail_url( 'full' ); ?>')"></a>
    			<?php endif; ?>
    		</div><!-- .post-thumbnail -->
		</div>
		<?php } ?>
		<?php if ( has_post_thumbnail() ) { ?>
			<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
		<?php } else { ?>
			<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
		<?php } ?>
			<div class="entry-main matchHeight">
        		<header class="entry-header">
        			<?php the_title( '<h3 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h3>' ); ?>
        		</header><!-- .entry-header -->
        		<div class="entry-content">
        			<p><?php echo wp_kses_post( substr( strip_tags( get_the_excerpt() ), 0, 150 ) . '...' ); ?></p>
        		</div><!-- .entry-content -->
        	</div><!-- .entry-main -->
        	<div class="post-meta">
        		<span class="author"><?php echo get_the_author_link(); ?></span>
        		<span class="date"><?php the_date('F j, Y') ?></span>
        	</div><!-- .post-meta -->
		</div>
	</div>
</article><!-- #post-## -->
© 2025 XylotrechusZ