HEX
Server: nginx/1.27.0
System: Linux 20d173156d2c 6.8.0-88-generic #89-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 01:02:46 UTC 2025 x86_64
User: www-data (33)
PHP: 8.1.29
Disabled: NONE
Upload Files
File: /var/www/html/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>