| Server IP : 46.62.235.243 / Your IP : 216.73.216.217 Web Server : Apache/2.4.58 (Ubuntu) System : Linux Linkabili3Dicembre 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/wordpress/wp-content/themes/mesmerize/template-parts/ |
Upload File : |
<div class="<?php mesmerize_print_archive_entry_class(); ?>" data-masonry-width="<?php mesmerize_print_masonry_col_class(true); ?>">
<div id="post-<?php the_ID(); ?>" <?php post_class('blog-post card '); ?>>
<div class="post-content">
<?php mesmerize_print_post_thumb(); ?>
<div class="col-xs-12 col-padding col-padding-xs">
<h3 class="post-title">
<a href="<?php the_permalink(); ?>" rel="bookmark">
<?php the_title(); ?>
</a>
</h3>
<?php get_template_part('template-parts/content-list-post-meta'); ?>
<div class="post-excerpt">
<?php the_excerpt(); ?>
</div>
</div>
</div>
</div>
</div>