ACC SHELL
<article <?php post_class('clearfix '. coffee_portfolio_category_class(get_the_id(), 'slug')); ?>>
<div class="entry-inner clearfix">
<div class="entry-media-wrapper clearfix">
<div class="entry-media clearfix">
<a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to "%s"', 'coffee' ), the_title_attribute( 'echo=0' ) ) ); ?>">
<?php the_post_thumbnail('thumbnail-280x275'); ?>
<div class="entry-media-overlay">
<div class="entry-media-permalink"><i class="icon-link"></i></div>
</div>
</a>
<div class="entry-media-arrow-bottom"></div>
</div>
</div>
<div class="entry-title-wrapper clearfix">
<h1 class="entry-title">
<a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to "%s"', 'coffee' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a>
</h1>
</div>
<div class="entry-meta-wrapper">
<div class="entry-meta heading-font">
<ul>
<li><?php echo coffee_portfolio_category_link(get_the_id(), 'name'); ?></li>
</ul>
</div>
</div>
</div>
</article>
ACC SHELL 2018