| Server IP : 51.91.236.255 / Your IP : 216.73.217.120 Web Server : Apache System : Linux webm002.cluster129.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : laureet ( 1012854) PHP Version : 8.0.30 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/laureet/www/wp-content/themes/rock-singer/template-parts/ |
Upload File : |
<?php
/**
* Template part for displaying posts
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package Rock Singer
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="post-item">
<?php if(has_post_thumbnail()):?>
<div class="featured-image" style="background-image: url('<?php the_post_thumbnail_url( 'full' ); ?>');">
<a href="<?php the_permalink();?>" class="post-thumbnail-link"></a>
</div><!-- .featured-image -->
<?php endif; ?>
<div class="entry-container">
<header class="entry-header">
<h2 class="entry-title">
<a href="<?php the_permalink();?>"><?php the_title();?></a>
</h2>
</header>
<div class="entry-content">
<?php
$excerpt = rock_singer_the_excerpt( 20 );
echo wp_kses_post( wpautop( $excerpt ) );
?>
</div><!-- .entry-content -->
<div class="entry-meta">
<?php rock_singer_entry_meta(); ?>
<?php rock_singer_posted_on(); ?>
</div><!-- .entry-meta -->
</div><!-- .entry-container -->
</div><!-- .post-item -->
</article><!-- #post-## -->