HEX
Server: LiteSpeed
System: Linux premium221.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: madepabj (2566)
PHP: 8.3.26
Disabled: NONE
Upload Files
File: //home/madepabj/www/wp-content/themes/rehub-theme/content-multi_category.php
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
<div id="post-<?php the_ID(); ?>" class="clearfix multi_cat_artical">
	<div class="multi_cat_image">
		<?php WPSM_image_resizer::show_static_resized_image(array('thumb'=> true, 'crop'=> true, 'width'=> 60, 'height'=> 60, 'no_thumb_url' => get_template_directory_uri() . '/images/noim.png'));?>		
	</div>
	<div class="multi_cat_info">		
		<div class="multi_cat_title"><a href="<?php the_permalink(); ?>" ><?php the_title(); ?></a></div>
	    <div class="post-meta">
	  		<?php $category = get_the_category($post->ID); $first_cat = $category[0]->term_id;?>
	    	<?php meta_small( false, $first_cat, true, false );  ?>
	    </div>
	</div>
</div>