HEX
Server: Apache
System: Linux webm019.cluster128.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: petsclubcc (68997)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/petsclubcc/LinkersIT.com/wp-content/themes/toka/template-parts/blog-tile.php
<div class="col-lg p-0 blog-tile">
    <article <?php post_class(); ?> id="post-<?php the_ID(); ?>">
        <div class="blog-tile-<?php if(has_post_thumbnail()) {echo esc_attr('empty-');}?>placeholder">
            <?php
            get_template_part('template-parts/featured-media');
            ?>
        </div>
        <div class="blog-tile-content">
            <?php
            $post_link = get_the_permalink();
            get_template_part('template-parts/blog-entry-header');
            ?>
            <a href="<?php echo esc_url($post_link) ?>">
                <div class="d-inline-block elementor-button-link elementor-button elementor-size-md"><?php echo esc_html__('Read more', 'toka') ?></div>
            </a>
        </div>
    </article>
</div>