23 lines
499 B
PHP
23 lines
499 B
PHP
|
|
<?php
|
||
|
|
defined( 'ABSPATH' ) || exit;
|
||
|
|
get_header(); ?>
|
||
|
|
|
||
|
|
<main class="main">
|
||
|
|
<div class="maintitle">
|
||
|
|
<h1>Новости спорта</h1>
|
||
|
|
<div class="h-telega"><a href="https://t.me/sportpressa" target="_blank">@sportpressa</a></div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
|
||
|
|
<? // Вызываем подшаблон для кастомного запроса
|
||
|
|
get_template_part('template-parts/content', 'cards');
|
||
|
|
?>
|
||
|
|
</main>
|
||
|
|
|
||
|
|
|
||
|
|
<?php get_template_part('sidebar');?>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<?php get_footer(); ?>
|