Server IP : 192.158.238.246 / Your IP : 18.117.229.144 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/jenniferflocom/www/wp-content/themes/personalias/inc/ |
Upload File : |
<?php $related = personalias_related_posts(); ?> <?php if ( $related->have_posts() ): ?> <h4 class="heading"> <i class="fas fa-hand-point-right"></i><?php esc_html_e('You may also like...','personalias'); ?> </h4> <ul class="related-posts group"> <?php while ( $related->have_posts() ) : $related->the_post(); ?> <li class="related"> <article class="related-post"> <div class="related-thumbnail"> <a href="<?php the_permalink(); ?>"> <?php if ( has_post_thumbnail() ): ?> <?php the_post_thumbnail('personalias-medium'); ?> <?php elseif ( get_theme_mod('placeholder') != 'off' ): ?> <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/img/thumb-medium.png" alt="<?php the_title_attribute(); ?>" /> <?php endif; ?> <?php if ( has_post_format('video') && !is_sticky() ) echo'<span class="thumb-icon small"><i class="fas fa-play"></i></span>'; ?> <?php if ( has_post_format('audio') && !is_sticky() ) echo'<span class="thumb-icon small"><i class="fas fa-volume-up"></i></span>'; ?> <?php if ( is_sticky() ) echo'<span class="thumb-icon small"><i class="fas fa-star"></i></span>'; ?> </a> </div><!--/.post-thumbnail--> <div class="related-inner"> <h4 class="related-title"> <a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a> </h4><!--/.post-title--> </div><!--/.related-inner--> </article> </li><!--/.related--> <?php endwhile; ?> <?php wp_reset_postdata(); ?> </ul><!--/.post-related--> <?php endif; ?> <?php wp_reset_postdata(); ?>