HEX
Server: LiteSpeed
System: Linux prometheus.hongkongserver.net 4.18.0-553.134.1.el8_10.x86_64 #1 SMP Tue Jun 16 16:05:57 EDT 2026 x86_64
User: ayxmplky (1112)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/ayxmplky/public_html/wp-content/themes/tactic/home.php
<?php
/**
 * home.php — страница блога (назначена через Настройки → Чтение)
 *
 * @package tactic
 */

get_header();
?>
<main id="main-content" role="main">
	<?php get_template_part( 'template-parts/home/news' ); ?>
</main>
<?php get_footer(); ?>