HEX
Server: Apache
System: Linux cpanel91.fastsecurehost.com 3.10.0-962.3.2.lve1.5.87.el7.x86_64 #1 SMP Tue Jan 28 09:38:56 UTC 2025 x86_64
User: harmonyg (1050)
PHP: 8.2.29
Disabled: shell, shell_exec, exec, ini_alter, dl, show_source, passthru, system, eval, pfsockopen, leak, apache_child_terminate, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid
Upload Files
File: /home/harmonyg/www/ektest/wp-content/themes/indication/archive.php
<?php get_header(); ?>

<div id="content">
	<?php if (have_posts()): ?>
	<div>
		<?php $post = $posts[0]; ?>
		<h2 class="pagetitle">
			<?php if (is_category()): ?>
			Рубрика: <?php single_cat_title(); ?>
			<?php elseif (is_day()): ?>
			Архив за
			<?php the_time('d M Y'); ?>
			<?php elseif (is_month()): ?>
			Архив за
			<?php the_time('F Y'); ?>
			<?php elseif (is_year()): ?>
			Архив за
			<?php the_time('Y'); ?>
			<?php elseif (is_author()): ?>
			Архив завтора
			<?php elseif (isset($_GET['paged']) && !empty($_GET['paged'])): ?>
			Архив сайта
			<?php endif; ?>
		</h2>
		<div class="entry">&nbsp;</div>
	</div>
	<?php while (have_posts()) : the_post(); ?>
		<div class="post" id="post-<?php the_ID(); ?>">
				<h2 class="title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Постоянная ссылка: <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
				<p class="meta"><span class="date"><?php the_time('d M Y') ?></span><span class="posted">Автор:&nbsp;<?php the_author() ?></span></p>
				<div class="entry">
				<?php the_excerpt(); ?>
				<p class="links">
					<a href="<?php the_permalink() ?>" rel="bookmark" title="Постоянная ссылка: <?php the_title(); ?>" class="more">Читать полностью</a>
					<b>&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;</b>
					<?php comments_popup_link('Ваш отзыв', '1 отзыв', 'Отзывов (%)', 'comments'); ?>
				</p>
				</div>
				</div>
	<?php endwhile; ?>
	<div class="navigation">
		<div class="alignleft">
			<?php previous_posts_link('&laquo; Предыдущая страница') ?>
		</div>
		<div class="alignright">
			<?php next_posts_link('Следующая страница &raquo;') ?>
		</div>
	</div>
	<?php else: ?>
	<div class="post">
		<h2 class="title">Не найдено</h2>
	</div>
	<?php endif; ?>
</div>
<!-- end content -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>