![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/hessa.corals.io/wp-content/uploads/alm_templates/ |
<div class="col-md-6" > <div class="row" style="margin-bottom:15px;box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;padding:10px;margin-left: 5px;"> <?php $featured_img_url = get_the_post_thumbnail_url(get_the_ID(),'alm-thumbnail'); ?> <!--<div style="display:none" class="col-md-3"> <a href="<?php the_permalink(); ?>"> <img class="media-object" src="https://i1.wp.com/<?php /* echo str_replace('https://','',$featured_img_url); ?>?w=350&ssl=1" alt="<?php the_title(); */ ?>"> </a> </div> --> <div class="col-md-9"> <a href="<?php the_permalink(); ?>"> <h4 class="media-heading"><?php the_title(); ?></h4></a> <div class="mb-1 text-muted"><?php the_time("F d, Y"); ?></div> <p class="card-text mb-auto"> <?php //echo get_the_excerpt(); ?> </p> </div> </div> </div>