Sindbad~EG File Manager
<?php
/**
* Template part for displaying posts
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package cura
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class( 'style-four wow fadeInUp' ); ?>>
<div class="holder">
<?php if ( true == radiantthemes_global_var( 'display_categries', '', false ) ) : ?>
<div class="category-list">
<?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( $result, 'rt-content' );
?>
</div><!-- .category-list -->
<?php endif; ?>
<div class="entry-main matchHeight">
<header class="entry-header">
<span class="date"><?php echo get_the_date(); ?></span>
<?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( substr( wp_strip_all_tags( get_the_excerpt() ), 0, 238 ), 'rt-content' ) . '...'; ?></p>
</div><!-- .entry-content -->
</div><!-- .entry-main -->
<div class="post-meta">
<span class="author">
<?php echo esc_html__( 'By', 'cura' ) . ' ' . get_the_author_link(); ?>
</span>
</div><!-- .post-meta -->
</div>
</article><!-- #post-## -->
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists