File: /var/www/html/onlineshop/wp-content/plugins/meta-box/css/style.css
<?php
/**
* The template part for displaying content
*
* @package WordPress
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 1.0
*/
?>
<article class="single-blog-post img-cap-effect">
<div class="img-box"><a href="<?php the_permalink(); ?>"><img src="<?php the_post_thumbnail_url(); ?>" alt="" class="img-responsive">
<div class="date-box">
<div class="date-inner">
<div class="date-c-inner">
<p><?php the_date('d'); ?><span><?php the_time('F'); ?></span></p>
</div>
</div>
</div></a></div>
<h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
<?php the_excerpt(); ?><a href="<?php the_permalink(); ?>" class="read-more btn submit">Read More</a>
</article>