Sindbad~EG File Manager

Current Path : /home/frekansk/public_html/wp-content/themes/turitor/learnpress/
Upload File :
Current File : /home/frekansk/public_html/wp-content/themes/turitor/learnpress/latest-post.php

<?php 
 
    $args         = array( 'numberposts' => '5' );
    $recent_posts = wp_get_recent_posts( $args );
   
?>
<div class="archive-latest-post">
    <h3 class="widget-title"> <?php echo esc_html__('Latest posts','turitor'); ?> </h3> 
    <div class="turitor-course-latest">
        <?php foreach( $recent_posts as $recent ){ ?>
                <div class="course-latest-list media">
                <?php
                    $img_url = get_the_post_thumbnail_url($recent['ID']);
                    if(isset($img_url) && $img_url !=''){
                ?>
                        <a class="d-flex" href="<?php echo esc_url( get_permalink( $recent['ID'] ) ); ?>">
                            <img class=" img-fluid" src="<?php echo esc_url( $img_url); ?>" alt="<?php echo esc_attr(get_the_title($recent['ID'])); ?>">
                        </a>
                    <?php } ?>
                    <h3 class="post-title media-body">
                        <a  href="<?php echo esc_url( get_permalink( $recent['ID'] ) ); ?>">
                            <?php echo esc_html(wp_trim_words($recent['post_title'], '3')); ?>
                        </a>
                    </h3>
                </div>
        <?php }  ?>  
    </div>  
</div>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists