HEX
Server: Apache
System: Linux pdx1-shared-a1-29 6.6.116-grsec-jammy-dirty #1 SMP Sat Nov 8 00:02:42 UTC 2025 x86_64
User: dh_bj99yp (22285841)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /home/dh_bj99yp/stream.buffa.audio/wp-content/themes/mesmerize/template-parts/content.php
<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>