%PDF- %PDF-
| Direktori : /home/casasmonvl/newges4t/wp-content/themes/ges4t/template-parts/ |
| Current File : /home/casasmonvl/newges4t/wp-content/themes/ges4t/template-parts/content-featured-post.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('featured'); ?>>
<div class="wp-block-columns has-2-columns fullpage-section use-grid half-width-right">
<div class="wp-block-column">
<div class="entry-wrapper">
<header class="entry-header">
<h4 class="text-primary">Blog</h4>
<?php
if ( is_singular() ) :
the_title( '<h1 class="entry-title">', '</h1>' );
else :
the_title( '<h2 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' );
endif;
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
the_excerpt();
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 -->
</div>
</div>
<div class="wp-block-column">
<div class="wp-block-cover has-background-dim" style="background-image:url(<?php echo get_the_post_thumbnail_url(); ?>)"></div>
</div>
</div>
</article><!-- #post-<?php the_ID(); ?> -->