![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/anfangola.com/wp-content/themes/mh-magazine-lite/ |
<?php /* Loop Template used for index/archive/search */ ?> <article <?php post_class('mh-loop-item mh-clearfix'); ?>> <figure class="mh-loop-thumb"> <a href="<?php the_permalink(); ?>"><?php if (has_post_thumbnail()) { the_post_thumbnail('mh-magazine-lite-medium'); } else { echo '<img class="mh-image-placeholder" src="' . get_template_directory_uri() . '/images/placeholder-medium.png' . '" alt="' . esc_html__('No Image', 'mh-magazine-lite') . '" />'; } ?> </a> </figure> <div class="mh-loop-content mh-clearfix"> <header class="mh-loop-header"> <h3 class="entry-title mh-loop-title"> <a href="<?php the_permalink(); ?>" rel="bookmark"> <?php the_title(); ?> </a> </h3> <div class="mh-meta mh-loop-meta"> <?php mh_magazine_lite_loop_meta(); ?> </div> </header> <div class="mh-loop-excerpt"> <?php the_excerpt(); ?> </div> </div> </article>