ProPeler
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
html
/
wp-content
/
themes
/
bayisihat-jurnal
/
template-parts
/
Filename :
card.php
back
Copy
<?php if (!defined('ABSPATH')) exit; $cat = bs_post_primary_cat(); ?> <article class="card reveal"> <a class="card__thumb-link" href="<?php the_permalink(); ?>" tabindex="-1" aria-hidden="true"><?php echo bs_thumb(); ?></a> <div class="card__body"> <?php if ($cat): ?><a class="card__cat" href="<?php echo esc_url(get_category_link($cat)); ?>" style="--accent:<?php echo esc_attr(bs_accent($cat->slug)); ?>"><?php echo esc_html($cat->name); ?></a><?php endif; ?> <h3 class="card__title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3> <p class="card__excerpt"><?php echo esc_html(wp_trim_words(get_the_excerpt(), 22, '…')); ?></p> <div class="card__meta"><?php echo esc_html(bs_reading_time()); ?></div> </div> </article>