HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: ws67751832 (67751832)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /homepages/18/d4299019518/htdocs/wordpress/wp-content/themes/byblos/content-posts.php
<?php
/*
 * Posts Template
 * @author bilal hassan <info@smartcatdesign.net>
 * 
 */
?>
<div class="item-post">
    <a href="<?php the_permalink(); ?>">
        <?php if(has_post_thumbnail() ) : the_post_thumbnail('large'); ?>
        <?php else :  ?>
        <img src="<?php echo get_template_directory_uri(); ?>/images/post_image.jpg" class="wp-post-image" />
        <?php endif; ?>
        <h2 class="post-title"><?php the_title(); ?></h2>
    </a>    
</div>