correct parts in single-en

This commit is contained in:
argoexpert press
2024-05-26 11:50:52 +03:00
parent 1e64fd0032
commit 2ecc4e4089
5 changed files with 32 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
<?php get_template_part('single-events'); ?>
<? else : ?>
<div class="content-middle articles-wrapper">
<?php get_template_part('partials/rubrics-mobile'); ?>
<?php get_template_part('en/rubrics-mobile-en'); ?>
<div class="article-single">
<div class="article-time article-single__time">
@@ -14,7 +14,7 @@
<? endif; ?>
</div>
<?php if (!in_category('partners')) : ?>
<div class="article-single__tag"><?=get_category_name(); ?></div>
<div class="article-single__tag"><?=get_category_name_en(); ?></div>
<? endif; ?>
<h1 class="article-single__title">
<?php the_title(); ?>