?AlkantarClanX12
| Current Path : /home/rankinh/numerik/wp-content/themes/blackdsn/template-parts/content/ |
| Current File : /home/rankinh/numerik/wp-content/themes/blackdsn/template-parts/content/content.php |
<article id="post-<?php the_ID(); ?>" <?php post_class( 'blog-item p-relative pt-50 pb-50 border-bottom' ) ?>>
<div class="blog-item-inner p-relative">
<div class="left-box">
<a href="<?php the_permalink() ?>" class="effect-ajax word-wrap" rel="bookmark"
title="<?php echo esc_attr( blackdsn_custom_title() ) ?>">
<h4 class="title-block">
<?php the_title( ) ?>
<?php if ( is_sticky() ) : ?>
<span class="sticky-post background-theme heading-color"><?php esc_html_e( 'Featured', 'blackdsn' ); ?></span>
<?php endif; ?>
</h4>
</a>
<div class="link mt-15">
<a href="<?php echo \DesignGrid\BlackdsnOption::dateLink() ?>" class="font-caps heading-color"
title="<?php the_time( 'F d, Y' ) ?>">
<?php echo esc_html( get_the_date() ) ?>
</a>
</div>
</div>
<div class="right-box">
<p class="max-w570">
<?php the_excerpt(); ?>
</p>
<div class="metas has-separates fz-14 blog-category mt-5">
<?php echo \DesignGrid\BlackdsnOption::PostCategory( ', ', false, true, false, '<span class="mt-10">', '</span>' ) ?>
</div>
</div>
</div>
</article>