Server IP : 66.29.132.124 / Your IP : 3.138.61.88 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/misswavenigeria.com/wp-content/themes/siteorigin-unwind/ |
Upload File : |
<?php /* YARPP Template: SiteOrigin Unwind */ ?> <h2 class="related-posts heading-strike"><?php esc_html_e( 'You may also like', 'siteorigin-unwind' ); ?></h2> <?php if ( have_posts() ) { ?> <ol> <?php while ( have_posts() ) { the_post(); ?> <li> <a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"> <?php if ( has_post_thumbnail() ) { ?> <?php the_post_thumbnail( 'related-post' ); ?> <?php } ?> <h3 class="related-post-title"><?php the_title(); ?></h3> <p class="related-post-date"><?php echo get_the_date(); ?></p> </a> </li> <?php } ?> </ol> <?php } else { ?> <p><?php esc_html_e( 'No related posts.', 'siteorigin-unwind' ); ?></p> <?php } ?>