| Server IP : 14.225.204.176 / Your IP : 216.73.216.6 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/langngon.com/wp-content/themes/langngon/templates/ |
Upload File : |
<?php
/**
*
* @copyright ZiniMedia 2016
* @version Release: 1.0
* @package langngon
* @author ZiniMedia-BM
*/
?>
<li class="item">
<?php
if (has_post_thumbnail(get_the_ID(), THUMB_ITEM_SEARCH)) {?>
<a href="<?php echo get_permalink(); ?>" title="<?php the_title(); ?>" class="thumb-img">
<?php echo get_the_post_thumbnail( get_the_ID(), THUMB_ITEM_SEARCH ); ?>
</a>
<div class="description">
<h4>
<a href="<?php echo get_permalink(); ?>" title="<?php the_title(); ?>">
<strong class="name"><?php the_title(); ?></strong>
</a>
</h4>
</div>
<?php } else { ?>
<a href="<?php echo get_permalink(); ?>" title="<?php the_title(); ?> " class="thumb-img">
<span class="desc">
<strong class="name"><?php the_title(); ?></strong>
</span>
<img src="<?php echo PART_IMAGE_THEME; ?>/no-image-<?php echo THUMB_ITEM_SEARCH; ?>.jpg" class="attachment-220x124 size-220x124 wp-post-image" alt="<?php the_title(); ?>">
</a>
<?php } ?>
</li>