%PDF- %PDF-
| Direktori : /home/casasmonvl/newges4t/wp-content/themes/ges4t/template-parts/ |
| Current File : /home/casasmonvl/newges4t/wp-content/themes/ges4t/template-parts/content-thumb.php |
<?php
/**
* Template part for displaying posts
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package GES4T
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class('thumb'); ?>>
<div class="wp-block-cover has-background-dim" style="background-image:url(<?php echo get_the_post_thumbnail_url(); ?>)"></div>
<header class="entry-header">
<?php
the_title( '<h4 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h4>' );
if ( 'post' === get_post_type() ) :
?>
<div class="entry-meta">
<?php //the_date(); ?>
</div><!-- .entry-meta -->
<?php endif; ?>
</header><!-- .entry-header -->
<div class="entry-content">
<?php
echo wp_trim_words(get_the_excerpt(), 14);
wp_link_pages( array(
'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'ges4t' ),
'after' => '</div>',
) );
?>
</div><!-- .entry-content -->
<footer class="entry-footer">
<?php //ges4t_entry_footer(); ?>
<a class="read-more" href="<?php echo esc_url( get_permalink() ); ?>">Read more</a>
</footer><!-- .entry-footer -->
</article><!-- #post-<?php the_ID(); ?> -->