Hunter Black Hat SEO
Server:LiteSpeed
System:Linux raton.hozzt.com 4.18.0-553.144.1.lve.el8.x86_64 #1 SMP Thu Jul 16 08:31:06 UTC 2026 x86_64
User:altinkayamarble (1260)
PHP:7.4.33
Disabled:symlink, show_source, system, virtual, shell_exec,passthru, exec, popen, proc_open, proc_close, proc_nice, proc_terminate,proc_get_status, pfsockopen,allow_url_fopen, posix_getpwuid, eval,posix_setsid, posix_mkfifo, posix_setpgid,posix_setuid, posix_uname,posix_kill,apache_child_terminate, apache_setenv,define_syslog_variables,escapeshellarg, escapeshellcmd, leak, dl, fp, fput,ftp_connect, ftp_exec,ftp_get, ftp_login, ftp_nb_fput, ftp_put, ftp_raw, ftp_rawlist,highlight_file, ini_alter, ini_get_all, ini_restore, inject_code
Upload Files
File: /home/altinkayamarble/public_html/wp-content/themes/thegem-elementor/content.php
<?php if(is_singular()) : ?>
<div class="block-content">
	<div class="container">
<?php endif; ?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
	<div class="row">
		<div class="item-post">
			<?php if (has_post_thumbnail()) : ?>
				<div class="post-image col-md-3">
					<?php thegem_post_thumbnail('medium', false, 'img-responsive'); ?>
				</div>
			<?php endif; ?>
			<div class="post-text col-md-<?php echo has_post_thumbnail() ? 9 : 12; ?>">
				<header class="entry-header">
					<?php if (in_array('category', get_object_taxonomies(get_post_type())) && thegem_categorized_blog()) : ?>

					<?php
					endif;

					if (!is_single()) :
						the_title('<div class="entry-title"><a href="' . esc_url(get_permalink()) . '" rel="bookmark">', '</a></div>');
					endif;
					?>

					<div class="entry-meta">
						<?php
						if ('post' == get_post_type())
							thegem_posted_on();

						if (!post_password_required() && (comments_open() || get_comments_number())) :
							?>

						<?php
						endif;

						?>
						<?php the_tags('<span class="entry-meta">|<span class="tag-links">', '|', '</span></span>'); ?>

					</div>
					<!-- .entry-meta -->
				</header>
				<!-- .entry-header -->

				<?php if (is_search()) : ?>
					<div class="entry-summary">
						<?php the_excerpt(); ?>
					</div><!-- .entry-summary -->
				<?php else : ?>
					<div class="entry-content">
						<?php
						the_content(wp_kses(__('Continue reading <span class="meta-nav">&rarr;</span>', 'thegem'), array('span' => array('class' => array()))));
						wp_link_pages(array(
							'before' => '<div class="page-links"><span class="page-links-title">' . esc_html__('Pages:', 'thegem') . '</span>',
							'after' => '</div>',
							'link_before' => '<span>',
							'link_after' => '</span>',
						));
						?>
					</div><!-- .entry-content -->
				<?php endif; ?>
			</div>
		</div>
	</div>
</article><!-- #post-## -->
<?php if(is_singular()) : ?>
	</div>
</div>
<?php endif; ?>