????JFIF??x?x????'
Server IP : 104.21.64.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.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 : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/./peepmysite.com/wp-content/themes/himalayas/inc/ |
Upload File : |
<?php $related_posts = himalayas_related_posts_function(); ?> <?php if ( $related_posts->have_posts() ): ?> <div class="related-posts-wrapper"> <h4 class="related-posts-main-title"> <i class="fa fa-thumbs-up"></i><span><?php esc_html_e( 'You May Also Like', 'himalayas' ); ?></span> </h4> <div class="related-posts clearfix"> <?php while ( $related_posts->have_posts() ) : $related_posts->the_post(); ?> <div class="tg-column-3"> <?php if ( has_post_thumbnail() ): ?> <?php $title_attribute = get_the_title( $post->ID ); $thumb_id = get_post_thumbnail_id( get_the_ID() ); $img_altr = get_post_meta( $thumb_id, '_wp_attachment_image_alt', true ); $img_alt = ! empty( $img_altr ) ? $img_altr : $title_attribute; $post_thumbnail_attr = array( 'alt' => esc_attr( $img_alt ), 'title' => esc_attr( $title_attribute ), ); ?> <div class="post-thumbnails"> <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"> <?php the_post_thumbnail( 'himalayas-featured-image', $post_thumbnail_attr ); ?> </a> </div> <?php endif; ?> <div class="wrapper"> <h3 class="entry-title"> <a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a> </h3><!--/.post-title--> <div class="entry-meta"> <?php $time_string = '<time class="entry-date published" datetime="%1$s">%2$s</time>'; if ( ( 'U' ) !== get_the_modified_time( 'U' ) ) { $time_string .= '<time class="updated" datetime="%3$s">%4$s</time>'; } $time_string = sprintf( $time_string, esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ), esc_attr( get_the_modified_date( 'c' ) ), esc_html( get_the_modified_date() ) ); printf( __( '<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"> %3$s</a></span>', 'himalayas' ), esc_url( get_permalink() ), esc_attr( get_the_time() ), $time_string ); ?> <span class="byline author vcard"><a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" title="<?php echo get_the_author(); ?>"><?php echo esc_html( get_the_author() ); ?></a></span> </div> </div> </div><!--/.related--> <?php endwhile; ?> </div><!--/.post-related--> </div> <?php endif; ?> <?php wp_reset_query(); ?>