| Server IP : 82.148.16.210 / Your IP : 216.73.216.19 Web Server : nginx/1.29.5 System : Linux mail.sarafai.ru 6.1.0-43-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.162-1 (2026-02-08) x86_64 User : root ( 0) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /var/www/fita.staroobrad.ru/public/wp-content/themes/fita3/ |
Upload File : |
<?php
get_header();
?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<!--div class="datecomrap"-->
<!--div class="date">
<?php the_time('M'); ?><br />
<span style="font-size:2em; font-weight:bold;"><?php the_time('d'); ?></span><br />
<?php the_time('Y'); ?>
</div--><!-- end date -->
<!--/div--><!-- end datecomrap -->
<div class="storywrap">
<div class="post" id="post-<?php the_ID(); ?>">
<h3 class="storytitle"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
<div class="storycontent">
<?php the_content(__('(читать далее...)')); ?>
</div><!-- end storycontent -->
<!--div class="meta">
Written by <?php the_author() ?><?php _e(" in:"); ?> <?php the_category(',') ?> | <?php the_tags(__('Tags: '), ', ', ' '); ?><?php edit_post_link(__('Edit This')); ?>
<?php wp_link_pages(); ?><br />
</div--><!-- end meta -->
<?php comments_template(); ?>
</div><!-- end storywrap -->
<!--/div><!-- end post -->
<?php endwhile; else: ?>
<p style="margin:100px 0 0 100px; font-weight:bold;"><?php _e('Ничего не найдено.'); ?></p>
<?php endif; ?>
<div class="navlink">
<?php posts_nav_link(' — ', __('« Новые'), __('Старые »')); ?>
</div><!-- end navlink -->
<?php get_footer(); ?>