SILENT KILLERPanel

Current Path: > home > ivftiowh > greeceivf.com > wp-content > themes > wise-blog


Operation   : Linux premium88.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
Software     : Apache
Server IP    : 185.61.154.216 | Your IP: 216.73.216.44
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/ivftiowh/greeceivf.com/wp-content/themes/wise-blog

NameTypeSizeLast ModifiedActions
assets Directory - -
blocks Directory - -
inc Directory - -
languages Directory - -
template-parts Directory - -
.htaccess File 160 bytes March 06 2024 01:05:41.
404.php File 1111 bytes May 15 2024 16:42:05.
archive.php File 1724 bytes June 11 2025 23:38:22.
comments.php File 2070 bytes June 11 2025 23:38:22.
footer.php File 2128 bytes June 11 2025 23:38:22.
front-page.php File 1682 bytes June 11 2025 23:38:22.
functions.php File 6048 bytes June 11 2025 23:38:22.
header.php File 4785 bytes April 11 2024 00:55:55.
home.php File 2403 bytes June 11 2025 23:38:22.
html5.css File 6436 bytes August 16 2024 12:27:41.
index.php File 1787 bytes June 11 2025 23:38:22.
page.php File 896 bytes June 11 2025 23:38:22.
readme.txt File 3535 bytes June 11 2025 23:38:22.
screenshot.png File 291942 bytes June 11 2025 23:38:22.
search.php File 1404 bytes June 11 2025 23:38:22.
sidebar.php File 368 bytes June 11 2025 23:38:22.
single.php File 2677 bytes June 11 2025 23:38:22.
slider.css File 57 bytes August 19 2024 12:28:31.
style.css File 82642 bytes June 11 2025 23:38:22.

Reading File: /home/ivftiowh/greeceivf.com/wp-content/themes/wise-blog/single.php

<?php
/**
 * The template for displaying all single posts
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
 *
 * @package Wise Blog
 */

get_header();

?>

<main id="primary" class="site-main">

	<?php
	while ( have_posts() ) :
		the_post();

		get_template_part( 'template-parts/content', 'single' );

		the_post_navigation(
			array(
				'prev_text' => '</span> <span class="nav-title">%title</span>',
				'next_text' => '</span> <span class="nav-title">%title</span>',
			)
		);

		if ( is_singular( 'post' ) ) {
			$cat_content_id = get_the_category( $post->ID )[0]->term_id;
			$args           = array(
				'cat'            => $cat_content_id,
				'posts_per_page' => absint( 3 ),
				'post__not_in'   => array( $post->ID ),
				'orderby'        => 'rand',
			);

			$query = new WP_Query( $args );

			if ( $query->have_posts() ) :
				$related_title = get_theme_mod( 'wise_blog_related_posts_title', __( 'Related Posts', 'wise-blog' ) );
				?>
				<div class="related-posts">
					<?php if ( ! empty( $related_title ) ) : ?>
						<h2 class="related-title"><?php echo esc_html( $related_title ); ?></h2>
					<?php endif; ?>
					<div class="related-post-container">
						<?php
						while ( $query->have_posts() ) :
							$query->the_post();
							?>
							<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
								<div class="single-card-container grid-card">
									<div class="single-card-image">
										<a href="<?php the_permalink(); ?>"><?php wise_blog_post_thumbnail(); ?></a>
									</div>
									<div class="single-card-detail">
										<?php
										the_title( '<h2 class="card-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' );
										?>
										<div class="post-exerpt">
											<p><?php echo wp_kses_post( wp_trim_words( get_the_excerpt(), get_theme_mod( 'wise_blog_excerpt_length', 15 ) ) ); ?></p>
										</div><!-- post-exerpt -->
										<div class="card-meta">
											<span class="post-date"><?php wise_blog_posted_on(); ?></span>
										</div>
									</div>
								</div>
							</article>
							<?php
						endwhile;
						wp_reset_postdata();
						?>
					</div>
				</div>
				<?php
			endif;
		}

				// If comments are open or we have at least one comment, load up the comment template.
		if ( comments_open() || get_comments_number() ) :
			comments_template();
	endif;

		endwhile; // End of the loop.
		?>

	</main><!-- #main -->

	<?php

	if ( wise_blog_is_sidebar_enabled() ) {
		get_sidebar();
	}

	get_footer();

SILENT KILLER Tool